|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.model.CheckedExceptionImpl
public final class CheckedExceptionImpl
CheckedException class. Holds the exception class - class that has public
constructor
public WrapperException()String message, FaultBean){}
and method
public FaultBean getFaultInfo();
| Constructor Summary | |
|---|---|
CheckedExceptionImpl(JavaMethodImpl jm,
Class exceptionClass,
TypeInfo detail,
ExceptionType exceptionType)
|
|
| Method Summary | |
|---|---|
XMLBridge |
getBond()
|
com.sun.xml.bind.api.Bridge |
getBridge()
Deprecated. |
String |
getDefaultFaultAction()
|
Class |
getDetailBean()
The detail bean is serialized inside the detail entry in the SOAP message. |
TypeInfo |
getDetailType()
|
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. |
String |
getFaultAction()
|
String |
getMessageName()
Gives the wsdl:portType/wsdl:operation/wsdl:fault@message value - that is the wsdl:message referenced by wsdl:fault |
AbstractSEIModelImpl |
getOwner()
Gets the root SEIModel that owns this model. |
JavaMethod |
getParent()
Gets the parent JavaMethod to which this checked exception belongs. |
void |
setFaultAction(String faultAction)
|
void |
setMessageName(String messageName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckedExceptionImpl(JavaMethodImpl jm,
Class exceptionClass,
TypeInfo detail,
ExceptionType exceptionType)
jm - JavaMethodImpl that throws this exceptionexceptionClass - Userdefined or WSDL exception class that extends
java.lang.Exception.detail - detail or exception bean's TypeReferenceexceptionType - either ExceptionType.UserDefined or| Method Detail |
|---|
public AbstractSEIModelImpl getOwner()
CheckedExceptionSEIModel that owns this model.
getOwner in interface CheckedExceptionpublic JavaMethod getParent()
CheckedExceptionJavaMethod to which this checked exception belongs.
getParent in interface CheckedExceptionpublic Class getExceptionClass()
CheckedException
getExceptionClass in interface CheckedExceptionClass for this objectpublic Class getDetailBean()
CheckedExceptionJAXBContext inorder to get
marshalled/unmarshalled.
getDetailBean in interface CheckedExceptionpublic com.sun.xml.bind.api.Bridge getBridge()
CheckedExceptionBridge associated with the detail
getBridge in interface CheckedExceptionpublic XMLBridge getBond()
public TypeInfo getDetailType()
public ExceptionType getExceptionType()
CheckedExceptionpublic WrapperException()String message, FaultBean){}
and accessor method
public FaultBean getFaultInfo();
getExceptionType in interface CheckedExceptionpublic String getMessageName()
CheckedException
getMessageName in interface CheckedExceptionpublic void setMessageName(String messageName)
public String getFaultAction()
public void setFaultAction(String faultAction)
public String getDefaultFaultAction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||