Uses of Class
com.tibco.amf.platform.runtime.extension.exception.SOAPDetail

Packages that use SOAPDetail
com.tibco.amf.platform.runtime.extension.exception   
 

Uses of SOAPDetail in com.tibco.amf.platform.runtime.extension.exception
 

Fields in com.tibco.amf.platform.runtime.extension.exception declared as SOAPDetail
protected  SOAPDetail<?> SOAPException.detail
           
 

Methods in com.tibco.amf.platform.runtime.extension.exception that return SOAPDetail
<T> SOAPDetail<T>
SOAPException.getDetail(java.lang.Class<T> targetType)
          Returns the detail.
<T> SOAPDetail<T>
SOAPException.getDetail(java.lang.reflect.Type targetType)
          Returns the detail.
 

Constructors in com.tibco.amf.platform.runtime.extension.exception with parameters of type SOAPDetail
SOAPException(SOAPCode code, java.lang.String[] reason, java.net.URI node, java.net.URI role, SOAPDetail<?> detail)
          Constructs a new SOAPException.
SOAPException(java.lang.String code, java.lang.String reason, java.net.URI node, java.net.URI role, SOAPDetail<?> detail)
          Constructs a new SOAPException.
 



Copyright © 2010 TIBCO Software Inc. All Rights Reserved.