| Package | Description |
|---|---|
| org.apache.axis2.jaxws.description.builder | |
| org.apache.axis2.jaxws.description.builder.converter |
| Modifier and Type | Method and Description |
|---|---|
static SoapBindingAnnot |
SoapBindingAnnot.createFromAnnotation(Annotation annotation) |
static SoapBindingAnnot |
SoapBindingAnnot.createSoapBindingAnnotImpl() |
SoapBindingAnnot |
PortComposite.getSoapBindingAnnot() |
SoapBindingAnnot |
MethodDescriptionComposite.getSoapBindingAnnot() |
SoapBindingAnnot |
DescriptionBuilderComposite.getSoapBindingAnnot() |
| Modifier and Type | Method and Description |
|---|---|
void |
TMAnnotationComposite.setSoapBindingAnnot(SoapBindingAnnot sbAnnot) |
void |
MethodDescriptionComposite.setSoapBindingAnnot(SoapBindingAnnot soapBindingAnnot) |
void |
DescriptionBuilderComposite.setSoapBindingAnnot(SoapBindingAnnot soapBindingAnnot) |
| Constructor and Description |
|---|
MethodDescriptionComposite(String methodName,
String returnType,
WebMethodAnnot webMethodAnnot,
WebResultAnnot webResultAnnot,
boolean oneWayAnnotated,
HandlerChainAnnot handlerChainAnnot,
SoapBindingAnnot soapBindingAnnot,
WebServiceRefAnnot webServiceRefAnnot,
WebEndpointAnnot webEndpointAnnot,
RequestWrapperAnnot requestWrapperAnnot,
ResponseWrapperAnnot responseWrapperAnnot) |
| Modifier and Type | Method and Description |
|---|---|
static SoapBindingAnnot |
ConverterUtils.createSoapBindingAnnot(javax.jws.soap.SOAPBinding soapBinding)
This is a helper method to create a
SoapBindingAnnot since the |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.