Apache CXF API

Uses of Class
org.apache.cxf.ws.discovery.wsdl.ByeType

Packages that use ByeType
org.apache.cxf.ws.discovery   
org.apache.cxf.ws.discovery.wsdl   
 

Uses of ByeType in org.apache.cxf.ws.discovery
 

Methods in org.apache.cxf.ws.discovery with parameters of type ByeType
 void WSDiscoveryClient.unregister(ByeType bye)
           
 

Uses of ByeType in org.apache.cxf.ws.discovery.wsdl
 

Methods in org.apache.cxf.ws.discovery.wsdl that return ByeType
 ByeType ObjectFactory.createByeType()
          Create an instance of ByeType
 

Methods in org.apache.cxf.ws.discovery.wsdl that return types with arguments of type ByeType
 JAXBElement<ByeType> ObjectFactory.createBye(ByeType value)
          Create an instance of JAXBElement<ByeType>}
 

Methods in org.apache.cxf.ws.discovery.wsdl with parameters of type ByeType
 void DiscoveryProxy.byeOp(ByeType parameters)
           
 JAXBElement<ByeType> ObjectFactory.createBye(ByeType value)
          Create an instance of JAXBElement<ByeType>}
 


Apache CXF API

Apache CXF