Apache CXF API

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

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

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

Fields in org.apache.cxf.jaxws.javaee with type parameters of type ServiceRefHandlerType
protected  List<ServiceRefHandlerType> ServiceRefHandlerChainType.handler
           
protected  List<ServiceRefHandlerType> ServiceRefType.handler
           
 

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

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


Apache CXF API

Apache CXF