Uses of Class
org.apache.axis2.jaxws.description.xml.handler.HandlerChainsType
-
-
Uses of HandlerChainsType in org.apache.axis2.jaxws.description
Methods in org.apache.axis2.jaxws.description that return HandlerChainsType Modifier and Type Method Description HandlerChainsTypeEndpointDescription. getHandlerChain()Return the handler chain configuration information as a HandlerChainsType object.HandlerChainsTypeEndpointDescription. getHandlerChain(Object serviceDelegateKey)Return the handler chain configuration information as a HandlerChainsType object.HandlerChainsTypeServiceDescription. getHandlerChain()Return the handler chain configuration information as a HandlerChainsType object.HandlerChainsTypeServiceDescription. getHandlerChain(Object serviceDelegateKey)Return the handler chain configuration information as a HandlerChainsType object.Methods in org.apache.axis2.jaxws.description with parameters of type HandlerChainsType Modifier and Type Method Description voidEndpointDescription. setHandlerChain(HandlerChainsType handlerChain) -
Uses of HandlerChainsType in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder that return HandlerChainsType Modifier and Type Method Description HandlerChainsTypeDescriptionBuilderComposite. getHandlerChainsType()HandlerChainsTypePortComposite. getHandlerChainsType()Methods in org.apache.axis2.jaxws.description.builder with parameters of type HandlerChainsType Modifier and Type Method Description voidDescriptionBuilderComposite. setHandlerChainsType(HandlerChainsType handlerChainsType)voidPortComposite. setHandlerChainsType(HandlerChainsType handlerChainsType) -
Uses of HandlerChainsType in org.apache.axis2.jaxws.description.impl
Methods in org.apache.axis2.jaxws.description.impl that return HandlerChainsType Modifier and Type Method Description HandlerChainsTypeEndpointDescriptionImpl. getHandlerChain()HandlerChainsTypeEndpointDescriptionImpl. getHandlerChain(Object sparseCompositeKey)Returns a schema derived java class containing the the handler configuration information.HandlerChainsTypeServiceDescriptionImpl. getHandlerChain()HandlerChainsTypeServiceDescriptionImpl. getHandlerChain(Object sparseCompositeKey)static HandlerChainsTypeDescriptionUtils. loadHandlerChains(InputStream is, ClassLoader classLoader)HandlerChainsTypeHandlerChainsParser. loadHandlerChains(InputStream in)Methods in org.apache.axis2.jaxws.description.impl with parameters of type HandlerChainsType Modifier and Type Method Description voidEndpointDescriptionImpl. setHandlerChain(HandlerChainsType handlerChain) -
Uses of HandlerChainsType in org.apache.axis2.jaxws.description.xml.handler
Methods in org.apache.axis2.jaxws.description.xml.handler that return HandlerChainsType Modifier and Type Method Description HandlerChainsTypeObjectFactory. createHandlerChainsType()Create an instance ofHandlerChainsTypeMethods in org.apache.axis2.jaxws.description.xml.handler that return types with arguments of type HandlerChainsType Modifier and Type Method Description JAXBElement<HandlerChainsType>ObjectFactory. createHandlerChains(HandlerChainsType value)Methods in org.apache.axis2.jaxws.description.xml.handler with parameters of type HandlerChainsType Modifier and Type Method Description JAXBElement<HandlerChainsType>ObjectFactory. createHandlerChains(HandlerChainsType value) -
Uses of HandlerChainsType in org.apache.axis2.jaxws.spi.handler
Fields in org.apache.axis2.jaxws.spi.handler declared as HandlerChainsType Modifier and Type Field Description protected HandlerChainsTypeBaseHandlerResolver. handlerChainsType
-