Apache CXF API

Uses of Class
org.apache.cxf.jaxws.javaee.HandlerChainsType

Packages that use HandlerChainsType
org.apache.cxf.jaxws.javaee   
 

Uses of HandlerChainsType in org.apache.cxf.jaxws.javaee
 

Fields in org.apache.cxf.jaxws.javaee declared as HandlerChainsType
protected  HandlerChainsType PortComponentType.handlerChains
           
 

Methods in org.apache.cxf.jaxws.javaee that return HandlerChainsType
 HandlerChainsType ObjectFactory.createHandlerChainsType()
          Create an instance of HandlerChainsType
 HandlerChainsType PortComponentType.getHandlerChains()
          Gets the value of the handlerChains property.
 

Methods in org.apache.cxf.jaxws.javaee that return types with arguments of type HandlerChainsType
 javax.xml.bind.JAXBElement<HandlerChainsType> ObjectFactory.createHandlerChains(HandlerChainsType value)
          Create an instance of JAXBElement<HandlerChainsType>}
 

Methods in org.apache.cxf.jaxws.javaee with parameters of type HandlerChainsType
 javax.xml.bind.JAXBElement<HandlerChainsType> ObjectFactory.createHandlerChains(HandlerChainsType value)
          Create an instance of JAXBElement<HandlerChainsType>}
 void PortComponentType.setHandlerChains(HandlerChainsType value)
          Sets the value of the handlerChains property.
 


Apache CXF API

Apache CXF