| Package | Description |
|---|---|
| org.apache.cxf.ws.discovery | |
| org.apache.cxf.ws.discovery.internal | |
| org.apache.cxf.ws.discovery.wsdl |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
HelloType |
WSDiscoveryServiceImpl.register(EndpointReference ref) |
| Modifier and Type | Method and Description |
|---|---|
void |
WSDiscoveryServiceImpl.register(HelloType ht) |
void |
WSDiscoveryServiceImpl.unregister(HelloType ht) |
| Modifier and Type | Method and Description |
|---|---|
HelloType |
ObjectFactory.createHelloType()
Create an instance of
HelloType |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<HelloType> |
ObjectFactory.createHello(HelloType value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<HelloType> |
ObjectFactory.createHello(HelloType value)
|
void |
DiscoveryProxy.helloOp(HelloType parameters) |
Apache CXF