Package | Description |
---|---|
org.apache.axis2.jaxws.description.builder | |
org.apache.axis2.jaxws.description.builder.converter |
Modifier and Type | Method and Description |
---|---|
static HandlerChainAnnot |
HandlerChainAnnot.createFromAnnotation(Annotation annotation) |
static HandlerChainAnnot |
HandlerChainAnnot.createHandlerChainAnnotImpl() |
HandlerChainAnnot |
PortComposite.getHandlerChainAnnot() |
HandlerChainAnnot |
MethodDescriptionComposite.getHandlerChainAnnot() |
HandlerChainAnnot |
FieldDescriptionComposite.getHandlerChainAnnot() |
HandlerChainAnnot |
DescriptionBuilderComposite.getHandlerChainAnnot() |
Modifier and Type | Method and Description |
---|---|
void |
TMFAnnotationComposite.setHandlerChainAnnot(HandlerChainAnnot hcAnnot) |
void |
PortComposite.setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot) |
void |
MethodDescriptionComposite.setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot) |
void |
FieldDescriptionComposite.setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot) |
void |
DescriptionBuilderComposite.setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot) |
Constructor and Description |
---|
FieldDescriptionComposite(String fieldName,
String modifierType,
HandlerChainAnnot handlerChainAnnot,
WebServiceRefAnnot webServiceRefAnnot) |
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 HandlerChainAnnot |
ConverterUtils.createHandlerChainAnnot(HandlerChain handlerChain)
This is a helper method to create a
HandlerChainAnnot since the |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.