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 HandlerChainAnnotHandlerChainAnnot. createFromAnnotation(Annotation annotation)static HandlerChainAnnotHandlerChainAnnot. createHandlerChainAnnotImpl()HandlerChainAnnotDescriptionBuilderComposite. getHandlerChainAnnot()HandlerChainAnnotFieldDescriptionComposite. getHandlerChainAnnot()HandlerChainAnnotMethodDescriptionComposite. getHandlerChainAnnot()HandlerChainAnnotPortComposite. getHandlerChainAnnot()Methods in org.apache.axis2.jaxws.description.builder with parameters of type HandlerChainAnnot Modifier and Type Method Description voidDescriptionBuilderComposite. setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)voidFieldDescriptionComposite. setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)voidMethodDescriptionComposite. setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)voidPortComposite. setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)voidTMFAnnotationComposite. 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 HandlerChainAnnotConverterUtils. createHandlerChainAnnot(HandlerChain handlerChain)This is a helper method to create aHandlerChainAnnotsince the
-