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.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(com.sun.xml.txw2.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(com.sun.xml.txw2.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(com.sun.xml.txw2.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.wsdl.writer
Methods in com.sun.xml.ws.wsdl.writer with parameters of type CheckedException Modifier and Type Method Description voidW3CAddressingMetadataWSDLGeneratorExtension. addOperationFaultExtension(com.sun.xml.txw2.TypedXmlWriter fault, JavaMethod method, CheckedException ce)voidW3CAddressingWSDLGeneratorExtension. addOperationFaultExtension(com.sun.xml.txw2.TypedXmlWriter fault, JavaMethod method, CheckedException ce)protected static StringW3CAddressingMetadataWSDLGeneratorExtension. getDefaultFaultAction(JavaMethod method, CheckedException ce)
-