Package | Description |
---|---|
com.sun.xml.ws.addressing | |
com.sun.xml.ws.api.wsdl.writer | |
com.sun.xml.ws.model | |
com.sun.xml.ws.policy.jaxws | |
com.sun.xml.ws.wsdl.writer |
Modifier and Type | Method and Description |
---|---|
static String |
WsaActionUtil.getDefaultFaultAction(JavaMethod method,
CheckedException ce) |
Modifier and Type | Method and Description |
---|---|
void |
WSDLGeneratorExtension.addBindingOperationFaultExtension(com.sun.xml.txw2.TypedXmlWriter fault,
JavaMethod method,
CheckedException ce)
This method is invoked so that extensions to a
wsdl:binding/wsdl:operation/wsdl:fault
element can be generated. |
void |
WSDLGeneratorExtension.addFaultMessageExtension(com.sun.xml.txw2.TypedXmlWriter message,
JavaMethod method,
CheckedException ce)
This method is invoked so that extensions to a
wsdl:portType/wsdl:operation/wsdl:fault
element can be generated. |
void |
WSDLGeneratorExtension.addOperationFaultExtension(com.sun.xml.txw2.TypedXmlWriter fault,
JavaMethod method,
CheckedException ce)
This method is invoked so that extensions to a
wsdl:portType/wsdl:operation/wsdl:fault
element can be generated. |
Modifier and Type | Class and Description |
---|---|
class |
CheckedExceptionImpl
CheckedException class.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyWSDLGeneratorExtension.addBindingOperationFaultExtension(com.sun.xml.txw2.TypedXmlWriter writer,
JavaMethod method,
CheckedException exception) |
void |
PolicyWSDLGeneratorExtension.addFaultMessageExtension(com.sun.xml.txw2.TypedXmlWriter message,
JavaMethod method,
CheckedException exception) |
void |
PolicyWSDLGeneratorExtension.addOperationFaultExtension(com.sun.xml.txw2.TypedXmlWriter fault,
JavaMethod method,
CheckedException exception) |
Modifier and Type | Method and Description |
---|---|
void |
W3CAddressingMetadataWSDLGeneratorExtension.addOperationFaultExtension(com.sun.xml.txw2.TypedXmlWriter fault,
JavaMethod method,
CheckedException ce) |
void |
W3CAddressingWSDLGeneratorExtension.addOperationFaultExtension(com.sun.xml.txw2.TypedXmlWriter fault,
JavaMethod method,
CheckedException ce) |
protected static String |
W3CAddressingMetadataWSDLGeneratorExtension.getDefaultFaultAction(JavaMethod method,
CheckedException ce) |
Copyright © 2015 Oracle Corporation. All rights reserved.