Apache CXF API

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

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

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

Fields in org.apache.cxf.jaxws.javaee declared as ServiceRefHandlerChainsType
protected  ServiceRefHandlerChainsType ServiceRefType.handlerChains
           
 

Methods in org.apache.cxf.jaxws.javaee that return ServiceRefHandlerChainsType
 ServiceRefHandlerChainsType ObjectFactory.createServiceRefHandlerChainsType()
          Create an instance of ServiceRefHandlerChainsType
 ServiceRefHandlerChainsType ServiceRefType.getHandlerChains()
          Gets the value of the handlerChains property.
 

Methods in org.apache.cxf.jaxws.javaee with parameters of type ServiceRefHandlerChainsType
 void ServiceRefType.setHandlerChains(ServiceRefHandlerChainsType value)
          Sets the value of the handlerChains property.
 


Apache CXF API

Apache CXF