Uses of Class
org.apache.cxf.jaxws.handler.types.PortComponentHandlerType

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

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

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

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



Apache CXF