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

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

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
 



Copyright ? 2007 Apache Web Services Project. All Rights Reserved.