|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CheckedException
This class provides abstractio to the the exception class
corresponding to the wsdl:fault, such as class MUST have
WebFault
annotation defined on it.
Also the exception class must have
public WrapperException()String message, FaultBean){}
and method
public FaultBean getFaultInfo();
Method Summary | |
---|---|
com.sun.xml.bind.api.Bridge |
getBridge()
Deprecated. Why do you need this? |
java.lang.Class |
getDetailBean()
The detail bean is serialized inside the detail entry in the SOAP message. |
java.lang.Class |
getExceptionClass()
The returned exception class would be userdefined or WSDL exception class. |
ExceptionType |
getExceptionType()
Tells whether the exception class is a userdefined or a WSDL exception. |
java.lang.String |
getMessageName()
Gives the wsdl:portType/wsdl:operation/wsdl:fault@message value - that is the wsdl:message referenced by wsdl:fault |
SEIModel |
getOwner()
Gets the root SEIModel that owns this model. |
JavaMethod |
getParent()
Gets the parent JavaMethod to which this checked exception belongs. |
Method Detail |
---|
SEIModel getOwner()
SEIModel
that owns this model.
JavaMethod getParent()
JavaMethod
to which this checked exception belongs.
java.lang.Class getExceptionClass()
java.lang.Class getDetailBean()
JAXBContext
inorder to get
marshalled/unmarshalled.
com.sun.xml.bind.api.Bridge getBridge()
Bridge
associated with the detail
ExceptionType getExceptionType()
public WrapperException()String message, FaultBean){}
and accessor method
public FaultBean getFaultInfo();
java.lang.String getMessageName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |