Uses of Class
com.sun.xml.ws.model.CheckedExceptionImpl
Packages that use CheckedExceptionImpl
-
Uses of CheckedExceptionImpl in com.sun.xml.ws.client.sei
Fields in com.sun.xml.ws.client.sei with type parameters of type CheckedExceptionImplModifier and TypeFieldDescriptionprotected final 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 CheckedExceptionImplModifier and TypeMethodDescriptionstatic 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 CheckedExceptionImplModifier and TypeMethodDescriptionSOAPFaultBuilder.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 CheckedExceptionImplModifier and TypeMethodDescriptionJavaMethodImpl.getCheckedException(TypeReference detailType) Deprecated.JavaMethodImpl.getCheckedException(Class exceptionClass) Methods in com.sun.xml.ws.model that return types with arguments of type CheckedExceptionImpl