|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HandlerChainAnnot | |
---|---|
org.apache.axis2.jaxws.description.builder | |
org.apache.axis2.jaxws.description.builder.converter |
Uses of HandlerChainAnnot in org.apache.axis2.jaxws.description.builder |
---|
Methods in org.apache.axis2.jaxws.description.builder that return HandlerChainAnnot | |
---|---|
static HandlerChainAnnot |
HandlerChainAnnot.createFromAnnotation(java.lang.annotation.Annotation annotation)
|
static HandlerChainAnnot |
HandlerChainAnnot.createHandlerChainAnnotImpl()
|
HandlerChainAnnot |
DescriptionBuilderComposite.getHandlerChainAnnot()
|
HandlerChainAnnot |
FieldDescriptionComposite.getHandlerChainAnnot()
|
HandlerChainAnnot |
MethodDescriptionComposite.getHandlerChainAnnot()
|
Methods in org.apache.axis2.jaxws.description.builder with parameters of type HandlerChainAnnot | |
---|---|
void |
DescriptionBuilderComposite.setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)
|
void |
FieldDescriptionComposite.setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)
|
void |
TMFAnnotationComposite.setHandlerChainAnnot(HandlerChainAnnot hcAnnot)
|
void |
MethodDescriptionComposite.setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)
|
Constructors in org.apache.axis2.jaxws.description.builder with parameters of type HandlerChainAnnot | |
---|---|
FieldDescriptionComposite(java.lang.String fieldName,
java.lang.String modifierType,
HandlerChainAnnot handlerChainAnnot,
WebServiceRefAnnot webServiceRefAnnot)
|
|
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 HandlerChainAnnot in org.apache.axis2.jaxws.description.builder.converter |
---|
Methods in org.apache.axis2.jaxws.description.builder.converter that return HandlerChainAnnot | |
---|---|
static HandlerChainAnnot |
ConverterUtils.createHandlerChainAnnot(HandlerChain handlerChain)
This is a helper method to create a HandlerChainAnnot since the |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |