Uses of Class
org.apache.axis2.jaxws.description.xml.handler.HandlerChainType
-
Packages that use HandlerChainType Package Description org.apache.axis2.jaxws.description.xml.handler org.apache.axis2.jaxws.spi.handler -
-
Uses of HandlerChainType in org.apache.axis2.jaxws.description.xml.handler
Fields in org.apache.axis2.jaxws.description.xml.handler with type parameters of type HandlerChainType Modifier and Type Field Description protected List<HandlerChainType>
HandlerChainsType. handlerChain
Methods in org.apache.axis2.jaxws.description.xml.handler that return HandlerChainType Modifier and Type Method Description HandlerChainType
ObjectFactory. createHandlerChainType()
Create an instance ofHandlerChainType
Methods in org.apache.axis2.jaxws.description.xml.handler that return types with arguments of type HandlerChainType Modifier and Type Method Description List<HandlerChainType>
HandlerChainsType. getHandlerChain()
Gets the value of the handlerChain property. -
Uses of HandlerChainType in org.apache.axis2.jaxws.spi.handler
Methods in org.apache.axis2.jaxws.spi.handler with parameters of type HandlerChainType Modifier and Type Method Description protected static boolean
BaseHandlerResolver. chainResolvesToPort(HandlerChainType hct, PortInfo portinfo)
-