Uses of Class
org.apache.locator.types.EndpointIdentity
-
Packages that use EndpointIdentity Package Description org.apache.locator org.apache.locator.types -
-
Uses of EndpointIdentity in org.apache.locator
Methods in org.apache.locator with parameters of type EndpointIdentity Modifier and Type Method Description voidLocatorService. deregisterEndpoint(EndpointIdentity endpointId, javax.xml.ws.wsaddressing.W3CEndpointReference endpointReference)voidLocatorService. registerEndpoint(EndpointIdentity endpointId, javax.xml.ws.wsaddressing.W3CEndpointReference endpointReference) -
Uses of EndpointIdentity in org.apache.locator.types
Fields in org.apache.locator.types declared as EndpointIdentity Modifier and Type Field Description protected EndpointIdentityDeregisterEndpoint. endpointIdprotected EndpointIdentityListEndpointsResponse.Endpoint. endpointIdprotected EndpointIdentityQueryEndpointsResponse.Endpoint. endpointIdprotected EndpointIdentityRegisterEndpoint. endpointIdMethods in org.apache.locator.types that return EndpointIdentity Modifier and Type Method Description EndpointIdentityObjectFactory. createEndpointIdentity()Create an instance ofEndpointIdentityEndpointIdentityDeregisterEndpoint. getEndpointId()Gets the value of the endpointId property.EndpointIdentityListEndpointsResponse.Endpoint. getEndpointId()Gets the value of the endpointId property.EndpointIdentityQueryEndpointsResponse.Endpoint. getEndpointId()Gets the value of the endpointId property.EndpointIdentityRegisterEndpoint. getEndpointId()Gets the value of the endpointId property.Methods in org.apache.locator.types with parameters of type EndpointIdentity Modifier and Type Method Description voidDeregisterEndpoint. setEndpointId(EndpointIdentity value)Sets the value of the endpointId property.voidListEndpointsResponse.Endpoint. setEndpointId(EndpointIdentity value)Sets the value of the endpointId property.voidQueryEndpointsResponse.Endpoint. setEndpointId(EndpointIdentity value)Sets the value of the endpointId property.voidRegisterEndpoint. setEndpointId(EndpointIdentity value)Sets the value of the endpointId property.
-