|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
SOAPException.getDetail(java.lang.Class<T> targetType)
Returns the detail. |
|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |