Uses of Interface
com.sun.xml.ws.api.model.CheckedException
-
Packages that use CheckedException Package Description com.sun.xml.ws.addressing com.sun.xml.ws.api.model com.sun.xml.ws.api.wsdl.writer com.sun.xml.ws.model com.sun.xml.ws.policy.jaxws com.sun.xml.ws.wsdl.writer -
-
Uses of CheckedException in com.sun.xml.ws.addressing
Methods in com.sun.xml.ws.addressing with parameters of type CheckedException Modifier and Type Method Description static StringWsaActionUtil. getDefaultFaultAction(JavaMethod method, CheckedException ce) -
Uses of CheckedException in com.sun.xml.ws.api.model
Methods in com.sun.xml.ws.api.model that return types with arguments of type CheckedException Modifier and Type Method Description Collection<? extends CheckedException>JavaMethod. getCheckedExceptions()Gives the checked Exception thrown from this method. -
Uses of CheckedException in com.sun.xml.ws.api.wsdl.writer
Methods in com.sun.xml.ws.api.wsdl.writer with parameters of type CheckedException Modifier and Type Method Description voidWSDLGeneratorExtension. addBindingOperationFaultExtension(TypedXmlWriter fault, JavaMethod method, CheckedException ce)This method is invoked so that extensions to awsdl:binding/wsdl:operation/wsdl:faultelement can be generated.voidWSDLGeneratorExtension. addFaultMessageExtension(TypedXmlWriter message, JavaMethod method, CheckedException ce)This method is invoked so that extensions to awsdl:portType/wsdl:operation/wsdl:faultelement can be generated.voidWSDLGeneratorExtension. addOperationFaultExtension(TypedXmlWriter fault, JavaMethod method, CheckedException ce)This method is invoked so that extensions to awsdl:portType/wsdl:operation/wsdl:faultelement can be generated. -
Uses of CheckedException in com.sun.xml.ws.model
Classes in com.sun.xml.ws.model that implement CheckedException Modifier and Type Class Description classCheckedExceptionImplCheckedException class. -
Uses of CheckedException in com.sun.xml.ws.policy.jaxws
Methods in com.sun.xml.ws.policy.jaxws with parameters of type CheckedException Modifier and Type Method Description voidPolicyWSDLGeneratorExtension. addBindingOperationFaultExtension(TypedXmlWriter writer, JavaMethod method, CheckedException exception)voidPolicyWSDLGeneratorExtension. addFaultMessageExtension(TypedXmlWriter message, JavaMethod method, CheckedException exception)voidPolicyWSDLGeneratorExtension. addOperationFaultExtension(TypedXmlWriter fault, JavaMethod method, CheckedException exception) -
Uses of CheckedException in com.sun.xml.ws.wsdl.writer
Methods in com.sun.xml.ws.wsdl.writer with parameters of type CheckedException Modifier and Type Method Description voidW3CAddressingMetadataWSDLGeneratorExtension. addOperationFaultExtension(TypedXmlWriter fault, JavaMethod method, CheckedException ce)voidW3CAddressingWSDLGeneratorExtension. addOperationFaultExtension(TypedXmlWriter fault, JavaMethod method, CheckedException ce)protected static StringW3CAddressingMetadataWSDLGeneratorExtension. getDefaultFaultAction(JavaMethod method, CheckedException ce)
-