Uses of Class
org.apache.axis2.jaxws.description.builder.HandlerChainAnnot
-
Packages that use HandlerChainAnnot Package Description 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 Modifier and Type Method Description static HandlerChainAnnot
HandlerChainAnnot. createFromAnnotation(Annotation annotation)
static HandlerChainAnnot
HandlerChainAnnot. createHandlerChainAnnotImpl()
HandlerChainAnnot
DescriptionBuilderComposite. getHandlerChainAnnot()
HandlerChainAnnot
FieldDescriptionComposite. getHandlerChainAnnot()
HandlerChainAnnot
MethodDescriptionComposite. getHandlerChainAnnot()
HandlerChainAnnot
PortComposite. getHandlerChainAnnot()
Methods in org.apache.axis2.jaxws.description.builder with parameters of type HandlerChainAnnot Modifier and Type Method Description void
DescriptionBuilderComposite. setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)
void
FieldDescriptionComposite. setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)
void
MethodDescriptionComposite. setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)
void
PortComposite. setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)
void
TMFAnnotationComposite. setHandlerChainAnnot(HandlerChainAnnot hcAnnot)
Constructors in org.apache.axis2.jaxws.description.builder with parameters of type HandlerChainAnnot Constructor 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)
-
Uses of HandlerChainAnnot in org.apache.axis2.jaxws.description.builder.converter
Methods in org.apache.axis2.jaxws.description.builder.converter that return HandlerChainAnnot Modifier and Type Method Description static HandlerChainAnnot
ConverterUtils. createHandlerChainAnnot(HandlerChain handlerChain)
This is a helper method to create aHandlerChainAnnot
since the
-