|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.amf.platform.runtime.extension.exception.SOAPDetail<T>
public class SOAPDetail<T>
Represents the SOAP detail as defined by Simple Object Access Protocol (SOAP) 1.1 and SOAP Version 1.2.
Constructor Summary | |
---|---|
SOAPDetail(java.lang.Class<T> detailType,
T detail)
Constructs a new SOAPDetail with the detail. |
Method Summary | |
---|---|
T |
getDetail()
Returns the detail. |
java.lang.Class<T> |
getDetailType()
Returns the type for detail. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SOAPDetail(java.lang.Class<T> detailType, T detail)
detail
- Method Detail |
---|
public T getDetail()
public java.lang.Class<T> getDetailType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |