Apache CXF API

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

Packages that use HelloType
org.apache.cxf.ws.discovery   
org.apache.cxf.ws.discovery.internal   
org.apache.cxf.ws.discovery.wsdl   
 

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

Methods in org.apache.cxf.ws.discovery that return HelloType
 HelloType WSDiscoveryClient.register(EndpointReference ert)
          Sends the "Hello" to broadcast the availability of a service
 HelloType WSDiscoveryService.register(EndpointReference ref)
          Registers the given EndpointReference with the service.
 HelloType WSDiscoveryClient.register(HelloType hello)
          Sends the "Hello" to broadcast the availability of a service
 

Methods in org.apache.cxf.ws.discovery with parameters of type HelloType
 HelloType WSDiscoveryClient.register(HelloType hello)
          Sends the "Hello" to broadcast the availability of a service
 void WSDiscoveryService.register(HelloType ht)
           
 void WSDiscoveryClient.unregister(HelloType hello)
           
 void WSDiscoveryService.unregister(HelloType ht)
           
 

Uses of HelloType in org.apache.cxf.ws.discovery.internal
 

Methods in org.apache.cxf.ws.discovery.internal that return HelloType
 HelloType WSDiscoveryServiceImpl.register(EndpointReference ref)
           
 

Methods in org.apache.cxf.ws.discovery.internal with parameters of type HelloType
 void WSDiscoveryServiceImpl.register(HelloType ht)
           
 void WSDiscoveryServiceImpl.unregister(HelloType ht)
           
 

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

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

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

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


Apache CXF API

Apache CXF