| java.lang.Object com.sun.xml.ws.model.CheckedExceptionImpl
CheckedExceptionImpl | final public class CheckedExceptionImpl implements CheckedException(Code) | | CheckedException class. Holds the exception class - class that has public
constructor
public WrapperException()String message, FaultBean){}
and method
public FaultBean getFaultInfo();
author: Vivek Pandey |
CheckedExceptionImpl | public CheckedExceptionImpl(JavaMethodImpl jm, Class exceptionClass, TypeReference detail, ExceptionType exceptionType)(Code) | | Parameters: jm - JavaMethodImpl that throws this exception Parameters: exceptionClass - Userdefined or WSDL exception class that extendsjava.lang.Exception. Parameters: detail - detail or exception bean's TypeReference Parameters: exceptionType - either ExceptionType.UserDefined or |
getBridge | public Bridge getBridge()(Code) | | |
getDetailType | public TypeReference getDetailType()(Code) | | |
getExceptionClass | public Class getExceptionClass()(Code) | | the Class for this object |
setFaultAction | public void setFaultAction(String faultAction)(Code) | | |
setMessageName | public void setMessageName(String messageName)(Code) | | |
|
|