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

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

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

Fields in org.apache.cxf.jaxws.javaee with type parameters of type PortComponentHandlerType
protected  java.util.List<PortComponentHandlerType> HandlerChainType.handler
           
protected  java.util.List<PortComponentHandlerType> PortComponentType.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
 java.util.List<PortComponentHandlerType> HandlerChainType.getHandler()
          Gets the value of the handler property.
 java.util.List<PortComponentHandlerType> PortComponentType.getHandler()
          Gets the value of the handler property.
 



Apache CXF