|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--javax.xml.rpc.soap.SOAPHeaderFault
The class javax.xml.rpc.soap.SOAPHeaderFault represents the mapping of SOAP Header fault as specified in soap:header element in the SOAP binding.
Constructor Summary | |
SOAPHeaderFault(QName faultcode,
java.lang.String faultstring,
java.lang.String faultactor)
Constructor for SOAPHeaderFault |
Method Summary | |
java.lang.String |
getFaultActor()
Gets the faultactor element. |
QName |
getFaultCode()
Gets the faultcode element. |
java.lang.String |
getFaultString()
Gets the faultstring element. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SOAPHeaderFault(QName faultcode, java.lang.String faultstring, java.lang.String faultactor)
faultcode
- Qualified name of the faultcodefaultstring
- The faultstring element of the SOAP faultfaultactor
- faultactor element of the SOAP faultMethod Detail |
public QName getFaultCode()
public java.lang.String getFaultString()
public java.lang.String getFaultActor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |