org.apache.locator
Interface LocatorService
- All Known Implementing Classes:
- LocatorServiceImpl
public interface LocatorService
This class was generated by IONA FUSE Services Framework 2.0.6.11-fuse
Tue Nov 18 13:01:58 EST 2008
Generated source version: 2.0.6.11-fuse
queryEndpoints
QueryEndpointsResponse queryEndpoints(QueryEndpoints parameters)
deregisterEndpoint
@ResponseWrapper(localName="deregisterEndpointResponse",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.EmptyMessage")
@RequestWrapper(localName="deregisterEndpoint",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.DeregisterEndpoint")
void deregisterEndpoint(EndpointIdentity endpointId,
EndpointReferenceType endpointReference)
registerEndpoint
@ResponseWrapper(localName="registerEndpointResponse",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.EmptyMessage")
@RequestWrapper(localName="registerEndpoint",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.RegisterEndpoint")
void registerEndpoint(EndpointIdentity endpointId,
EndpointReferenceType endpointReference)
lookupEndpoint
@ResponseWrapper(localName="lookupEndpointResponse",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.LookupEndpointResponse")
@RequestWrapper(localName="lookupEndpoint",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.LookupEndpoint")
EndpointReferenceType lookupEndpoint(javax.xml.namespace.QName serviceQname)
throws EndpointNotExistFault
- Throws:
EndpointNotExistFault
deregisterPeerManager
@ResponseWrapper(localName="deregisterPeerManagerResponse",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.EmptyMessage")
@RequestWrapper(localName="deregisterPeerManager",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.DeregisterPeerManager")
void deregisterPeerManager(java.lang.String nodeId)
registerPeerManager
@ResponseWrapper(localName="registerPeerManagerResponse",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.RegisterPeerManagerResponse")
@RequestWrapper(localName="registerPeerManager",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.RegisterPeerManager")
void registerPeerManager(EndpointReferenceType peerManager,
javax.xml.ws.Holder<EndpointReferenceType> peerManagerReference,
javax.xml.ws.Holder<java.lang.String> nodeId)
listEndpoints
@ResponseWrapper(localName="listEndpointsResponse",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.ListEndpointsResponse")
@RequestWrapper(localName="listEndpoints",
targetNamespace="http://apache.org/locator/types",
className="org.apache.locator.types.EmptyMessage")
java.util.List<ListEndpointsResponse.Endpoint> listEndpoints()
Apache CXF