| Package | Description |
|---|---|
| org.apache.locator | |
| org.apache.locator.types |
| Modifier and Type | Method and Description |
|---|---|
void |
LocatorService.deregisterEndpoint(EndpointIdentity endpointId,
W3CEndpointReference endpointReference) |
void |
LocatorService.registerEndpoint(EndpointIdentity endpointId,
W3CEndpointReference endpointReference) |
| Modifier and Type | Field and Description |
|---|---|
protected EndpointIdentity |
ListEndpointsResponse.Endpoint.endpointId |
protected EndpointIdentity |
RegisterEndpoint.endpointId |
protected EndpointIdentity |
QueryEndpointsResponse.Endpoint.endpointId |
protected EndpointIdentity |
DeregisterEndpoint.endpointId |
| Modifier and Type | Method and Description |
|---|---|
EndpointIdentity |
ObjectFactory.createEndpointIdentity()
Create an instance of
EndpointIdentity |
EndpointIdentity |
ListEndpointsResponse.Endpoint.getEndpointId()
Gets the value of the endpointId property.
|
EndpointIdentity |
RegisterEndpoint.getEndpointId()
Gets the value of the endpointId property.
|
EndpointIdentity |
QueryEndpointsResponse.Endpoint.getEndpointId()
Gets the value of the endpointId property.
|
EndpointIdentity |
DeregisterEndpoint.getEndpointId()
Gets the value of the endpointId property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEndpointsResponse.Endpoint.setEndpointId(EndpointIdentity value)
Sets the value of the endpointId property.
|
void |
RegisterEndpoint.setEndpointId(EndpointIdentity value)
Sets the value of the endpointId property.
|
void |
QueryEndpointsResponse.Endpoint.setEndpointId(EndpointIdentity value)
Sets the value of the endpointId property.
|
void |
DeregisterEndpoint.setEndpointId(EndpointIdentity value)
Sets the value of the endpointId property.
|
Apache CXF