Uses of Class
com.sun.xml.ws.model.CheckedExceptionImpl
-
Packages that use CheckedExceptionImpl Package Description com.sun.xml.ws.client.sei SEIStuband its supporting code.com.sun.xml.ws.fault com.sun.xml.ws.model -
-
Uses of CheckedExceptionImpl in com.sun.xml.ws.client.sei
Fields in com.sun.xml.ws.client.sei with type parameters of type CheckedExceptionImpl Modifier and Type Field Description protected Map<QName,CheckedExceptionImpl>StubHandler. checkedExceptions -
Uses of CheckedExceptionImpl in com.sun.xml.ws.fault
Methods in com.sun.xml.ws.fault with parameters of type CheckedExceptionImpl Modifier and Type Method Description static MessageSOAPFaultBuilder. createSOAPFaultMessage(SOAPVersion soapVersion, CheckedExceptionImpl ceModel, Throwable ex)To be called by the server runtime in the situations when there is an Exception that needs to be transformed in to a soapenv:Fault payload.static MessageSOAPFaultBuilder. createSOAPFaultMessage(SOAPVersion soapVersion, CheckedExceptionImpl ceModel, Throwable ex, QName faultCode)Create the Message with the specified faultCodeMethod parameters in com.sun.xml.ws.fault with type arguments of type CheckedExceptionImpl Modifier and Type Method Description ThrowableSOAPFaultBuilder. createException(Map<QName,CheckedExceptionImpl> exceptions)This should be called from the client side to throw anExceptionfor a given soap mesage -
Uses of CheckedExceptionImpl in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return CheckedExceptionImpl Modifier and Type Method Description CheckedExceptionImplJavaMethodImpl. getCheckedException(Class exceptionClass)CheckedExceptionImplJavaMethodImpl. getCheckedException(org.glassfish.jaxb.runtime.api.TypeReference detailType)Deprecated.Methods in com.sun.xml.ws.model that return types with arguments of type CheckedExceptionImpl Modifier and Type Method Description List<CheckedExceptionImpl>JavaMethodImpl. getCheckedExceptions()
-