|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoapBindingAnnot | |
---|---|
org.apache.axis2.jaxws.description.builder | |
org.apache.axis2.jaxws.description.builder.converter |
Uses of SoapBindingAnnot in org.apache.axis2.jaxws.description.builder |
---|
Methods in org.apache.axis2.jaxws.description.builder that return SoapBindingAnnot | |
---|---|
static SoapBindingAnnot |
SoapBindingAnnot.createFromAnnotation(java.lang.annotation.Annotation annotation)
|
static SoapBindingAnnot |
SoapBindingAnnot.createSoapBindingAnnotImpl()
|
SoapBindingAnnot |
DescriptionBuilderComposite.getSoapBindingAnnot()
|
SoapBindingAnnot |
MethodDescriptionComposite.getSoapBindingAnnot()
|
Methods in org.apache.axis2.jaxws.description.builder with parameters of type SoapBindingAnnot | |
---|---|
void |
TMAnnotationComposite.setSoapBindingAnnot(SoapBindingAnnot sbAnnot)
|
void |
DescriptionBuilderComposite.setSoapBindingAnnot(SoapBindingAnnot soapBindingAnnot)
|
void |
MethodDescriptionComposite.setSoapBindingAnnot(SoapBindingAnnot soapBindingAnnot)
|
Constructors in org.apache.axis2.jaxws.description.builder with parameters of type SoapBindingAnnot | |
---|---|
MethodDescriptionComposite(java.lang.String methodName,
java.lang.String returnType,
WebMethodAnnot webMethodAnnot,
WebResultAnnot webResultAnnot,
boolean oneWayAnnotated,
HandlerChainAnnot handlerChainAnnot,
SoapBindingAnnot soapBindingAnnot,
WebServiceRefAnnot webServiceRefAnnot,
WebEndpointAnnot webEndpointAnnot,
RequestWrapperAnnot requestWrapperAnnot,
ResponseWrapperAnnot responseWrapperAnnot)
|
Uses of SoapBindingAnnot in org.apache.axis2.jaxws.description.builder.converter |
---|
Methods in org.apache.axis2.jaxws.description.builder.converter that return SoapBindingAnnot | |
---|---|
static SoapBindingAnnot |
ConverterUtils.createSoapBindingAnnot(SOAPBinding soapBinding)
This is a helper method to create a SoapBindingAnnot since the |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |