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 HandlerChainsType
EndpointDescription. getHandlerChain()
Return the handler chain configuration information as a HandlerChainsType object.HandlerChainsType
EndpointDescription. getHandlerChain(Object serviceDelegateKey)
Return the handler chain configuration information as a HandlerChainsType object.HandlerChainsType
ServiceDescription. getHandlerChain()
Return the handler chain configuration information as a HandlerChainsType object.HandlerChainsType
ServiceDescription. 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 void
EndpointDescription. 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 HandlerChainsType
DescriptionBuilderComposite. getHandlerChainsType()
HandlerChainsType
PortComposite. getHandlerChainsType()
Methods in org.apache.axis2.jaxws.description.builder with parameters of type HandlerChainsType Modifier and Type Method Description void
DescriptionBuilderComposite. setHandlerChainsType(HandlerChainsType handlerChainsType)
void
PortComposite. 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 HandlerChainsType
EndpointDescriptionImpl. getHandlerChain()
HandlerChainsType
EndpointDescriptionImpl. getHandlerChain(Object sparseCompositeKey)
Returns a schema derived java class containing the the handler configuration information.HandlerChainsType
ServiceDescriptionImpl. getHandlerChain()
HandlerChainsType
ServiceDescriptionImpl. getHandlerChain(Object sparseCompositeKey)
static HandlerChainsType
DescriptionUtils. loadHandlerChains(InputStream is, ClassLoader classLoader)
HandlerChainsType
HandlerChainsParser. loadHandlerChains(InputStream in)
Methods in org.apache.axis2.jaxws.description.impl with parameters of type HandlerChainsType Modifier and Type Method Description void
EndpointDescriptionImpl. 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 HandlerChainsType
ObjectFactory. createHandlerChainsType()
Create an instance ofHandlerChainsType
Methods 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 HandlerChainsType
BaseHandlerResolver. handlerChainsType
-