public final class CheckedExceptionImpl extends Object implements CheckedException
public WrapperException()String message, FaultBean){}
and method
public FaultBean getFaultInfo();| Constructor and Description |
|---|
CheckedExceptionImpl(JavaMethodImpl jm,
Class exceptionClass,
TypeInfo detail,
ExceptionType exceptionType) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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 orpublic 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()
CheckedExceptiongetExceptionClass 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 detailgetBridge 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()
CheckedExceptiongetMessageName in interface CheckedExceptionpublic void setMessageName(String messageName)
public String getFaultAction()
public void setFaultAction(String faultAction)
public String getDefaultFaultAction()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.