public class W3CAddressingMetadataWSDLGeneratorExtension extends WSDLGeneratorExtension
Constructor and Description |
---|
W3CAddressingMetadataWSDLGeneratorExtension() |
Modifier and Type | Method and Description |
---|---|
void |
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. |
void |
addOperationInputExtension(com.sun.xml.txw2.TypedXmlWriter input,
JavaMethod method)
This method is invoked so that extensions to a
wsdl:portType/wsdl:operation/wsdl:input
element can be generated. |
void |
addOperationOutputExtension(com.sun.xml.txw2.TypedXmlWriter output,
JavaMethod method)
This method is invoked so that extensions to a
wsdl:portType/wsdl:operation/wsdl:output
element can be generated. |
protected static String |
getDefaultFaultAction(JavaMethod method,
CheckedException ce) |
protected static String |
getDefaultInputAction(JavaMethod method) |
protected static String |
getDefaultOutputAction(JavaMethod method) |
void |
start(WSDLGenExtnContext ctxt)
Called at the very beginning of the process.
|
addBindingExtension, addBindingOperationExtension, addBindingOperationFaultExtension, addBindingOperationInputExtension, addBindingOperationOutputExtension, addDefinitionsExtension, addFaultMessageExtension, addInputMessageExtension, addOperationExtension, addOutputMessageExtension, addPortExtension, addPortTypeExtension, addServiceExtension, end, start
public W3CAddressingMetadataWSDLGeneratorExtension()
public void start(WSDLGenExtnContext ctxt)
WSDLGeneratorExtension
start
in class WSDLGeneratorExtension
ctxt
- Provides the context for the generator extensionspublic void addOperationInputExtension(com.sun.xml.txw2.TypedXmlWriter input, JavaMethod method)
WSDLGeneratorExtension
wsdl:portType/wsdl:operation/wsdl:input
element can be generated.addOperationInputExtension
in class WSDLGeneratorExtension
input
- This is the wsdl:portType/wsdl:operation/wsdl:input element that the
extension can be added to.method
- JavaMethod
which captures all the information to generate wsdl:portType/wsdl:operationpublic void addOperationOutputExtension(com.sun.xml.txw2.TypedXmlWriter output, JavaMethod method)
WSDLGeneratorExtension
wsdl:portType/wsdl:operation/wsdl:output
element can be generated.addOperationOutputExtension
in class WSDLGeneratorExtension
output
- This is the wsdl:portType/wsdl:operation/wsdl:output element that the
extension can be added to.method
- JavaMethod
which captures all the information to generate wsdl:portType/wsdl:operationpublic void addOperationFaultExtension(com.sun.xml.txw2.TypedXmlWriter fault, JavaMethod method, CheckedException ce)
WSDLGeneratorExtension
wsdl:portType/wsdl:operation/wsdl:fault
element can be generated.addOperationFaultExtension
in class WSDLGeneratorExtension
fault
- This is the wsdl:portType/wsdl:operation/wsdl:fault element that the
extension can be added to.method
- JavaMethod
which captures all the information to generate wsdl:portType/wsdl:operationce
- CheckedException
that abstracts wsdl:faultprotected static final String getDefaultInputAction(JavaMethod method)
protected static final String getDefaultOutputAction(JavaMethod method)
protected static final String getDefaultFaultAction(JavaMethod method, CheckedException ce)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.