Apache CXF API

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

Packages that use PortComponentHandlerType
org.apache.cxf.jaxws.handler   
org.apache.cxf.jaxws.javaee   
 

Uses of PortComponentHandlerType in org.apache.cxf.jaxws.handler
 

Methods in org.apache.cxf.jaxws.handler with parameters of type PortComponentHandlerType
protected  List<javax.xml.ws.handler.Handler> HandlerChainBuilder.buildHandlerChain(PortComponentHandlerType ht, ClassLoader classLoader)
           
 List<javax.xml.ws.handler.Handler> HandlerChainBuilder.buildHandlerChainFromConfiguration(PortComponentHandlerType hc)
           
 

Method parameters in org.apache.cxf.jaxws.handler with type arguments of type PortComponentHandlerType
 List<javax.xml.ws.handler.Handler> HandlerChainBuilder.buildHandlerChainFromConfiguration(List<PortComponentHandlerType> hc)
           
 

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

Fields in org.apache.cxf.jaxws.javaee with type parameters of type PortComponentHandlerType
protected  List<PortComponentHandlerType> PortComponentType.handler
           
protected  List<PortComponentHandlerType> HandlerChainType.handler
           
 

Methods in org.apache.cxf.jaxws.javaee that return PortComponentHandlerType
 PortComponentHandlerType ObjectFactory.createPortComponentHandlerType()
          Create an instance of PortComponentHandlerType
 

Methods in org.apache.cxf.jaxws.javaee that return types with arguments of type PortComponentHandlerType
 List<PortComponentHandlerType> PortComponentType.getHandler()
          Gets the value of the handler property.
 List<PortComponentHandlerType> HandlerChainType.getHandler()
          Gets the value of the handler property.
 


Apache CXF API

Apache CXF