Uses of Class
org.apache.axis2.jaxws.description.builder.HandlerChainAnnot

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(Annotation annotation)
           
static HandlerChainAnnot HandlerChainAnnot.createHandlerChainAnnotImpl()
           
 HandlerChainAnnot MethodDescriptionComposite.getHandlerChainAnnot()
           
 HandlerChainAnnot DescriptionBuilderComposite.getHandlerChainAnnot()
           
 HandlerChainAnnot FieldDescriptionComposite.getHandlerChainAnnot()
           
 HandlerChainAnnot PortComposite.getHandlerChainAnnot()
           
 

Methods in org.apache.axis2.jaxws.description.builder with parameters of type HandlerChainAnnot
 void TMFAnnotationComposite.setHandlerChainAnnot(HandlerChainAnnot hcAnnot)
           
 void MethodDescriptionComposite.setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)
           
 void DescriptionBuilderComposite.setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)
           
 void FieldDescriptionComposite.setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)
           
 void PortComposite.setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)
           
 

Constructors in org.apache.axis2.jaxws.description.builder with parameters of type HandlerChainAnnot
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
static HandlerChainAnnot ConverterUtils.createHandlerChainAnnot(HandlerChain handlerChain)
          This is a helper method to create a HandlerChainAnnot since the
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.