Uses of Class
org.apache.locator.types.EndpointIdentity
Packages that use EndpointIdentity
-
Uses of EndpointIdentity in org.apache.locator
Methods in org.apache.locator with parameters of type EndpointIdentityModifier and TypeMethodDescriptionvoidLocatorService.deregisterEndpoint(EndpointIdentity endpointId, jakarta.xml.ws.wsaddressing.W3CEndpointReference endpointReference) voidLocatorService.registerEndpoint(EndpointIdentity endpointId, jakarta.xml.ws.wsaddressing.W3CEndpointReference endpointReference) -
Uses of EndpointIdentity in org.apache.locator.types
Fields in org.apache.locator.types declared as EndpointIdentityModifier and TypeFieldDescriptionprotected EndpointIdentityDeregisterEndpoint.endpointIdprotected EndpointIdentityListEndpointsResponse.Endpoint.endpointIdprotected EndpointIdentityQueryEndpointsResponse.Endpoint.endpointIdprotected EndpointIdentityRegisterEndpoint.endpointIdMethods in org.apache.locator.types that return EndpointIdentityModifier and TypeMethodDescriptionObjectFactory.createEndpointIdentity()Create an instance ofEndpointIdentityDeregisterEndpoint.getEndpointId()Gets the value of the endpointId property.ListEndpointsResponse.Endpoint.getEndpointId()Gets the value of the endpointId property.QueryEndpointsResponse.Endpoint.getEndpointId()Gets the value of the endpointId property.RegisterEndpoint.getEndpointId()Gets the value of the endpointId property.Methods in org.apache.locator.types with parameters of type EndpointIdentityModifier and TypeMethodDescriptionvoidDeregisterEndpoint.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.