org.apache.locator
Interface LocatorService

All Known Implementing Classes:
LocatorServiceImpl

public interface LocatorService

This class was generated by IONA FUSE Services Framework 2.0.3.0-fuse Tue Nov 20 19:08:16 NST 2007 Generated source version: 2.0.3.0-fuse


Method Summary
 void deregisterEndpoint(EndpointIdentity endpointId, EndpointReferenceType endpointReference)
           
 void deregisterPeerManager(java.lang.String nodeId)
           
 java.util.List<ListEndpointsResponse.Endpoint> listEndpoints()
           
 EndpointReferenceType lookupEndpoint(javax.xml.namespace.QName serviceQname)
           
 QueryEndpointsResponse queryEndpoints(QueryEndpoints parameters)
           
 void registerEndpoint(EndpointIdentity endpointId, EndpointReferenceType endpointReference)
           
 void registerPeerManager(EndpointReferenceType peerManager, javax.xml.ws.Holder<EndpointReferenceType> peerManagerReference, javax.xml.ws.Holder<java.lang.String> nodeId)
           
 

Method Detail

queryEndpoints

QueryEndpointsResponse queryEndpoints(QueryEndpoints parameters)

deregisterEndpoint

@ResponseWrapper(targetNamespace="http://apache.org/locator/types",
                 className="org.apache.locator.types.EmptyMessage",
                 localName="deregisterEndpointResponse")
@RequestWrapper(targetNamespace="http://apache.org/locator/types",
                className="org.apache.locator.types.DeregisterEndpoint",
                localName="deregisterEndpoint")
void deregisterEndpoint(EndpointIdentity endpointId,
                                                       EndpointReferenceType endpointReference)

registerEndpoint

@ResponseWrapper(targetNamespace="http://apache.org/locator/types",
                 className="org.apache.locator.types.EmptyMessage",
                 localName="registerEndpointResponse")
@RequestWrapper(targetNamespace="http://apache.org/locator/types",
                className="org.apache.locator.types.RegisterEndpoint",
                localName="registerEndpoint")
void registerEndpoint(EndpointIdentity endpointId,
                                                     EndpointReferenceType endpointReference)

lookupEndpoint

@ResponseWrapper(targetNamespace="http://apache.org/locator/types",
                 className="org.apache.locator.types.LookupEndpointResponse",
                 localName="lookupEndpointResponse")
@RequestWrapper(targetNamespace="http://apache.org/locator/types",
                className="org.apache.locator.types.LookupEndpoint",
                localName="lookupEndpoint")
EndpointReferenceType lookupEndpoint(javax.xml.namespace.QName serviceQname)
                                     throws EndpointNotExistFault
Throws:
EndpointNotExistFault

deregisterPeerManager

@ResponseWrapper(targetNamespace="http://apache.org/locator/types",
                 className="org.apache.locator.types.EmptyMessage",
                 localName="deregisterPeerManagerResponse")
@RequestWrapper(targetNamespace="http://apache.org/locator/types",
                className="org.apache.locator.types.DeregisterPeerManager",
                localName="deregisterPeerManager")
void deregisterPeerManager(java.lang.String nodeId)

registerPeerManager

@ResponseWrapper(targetNamespace="http://apache.org/locator/types",
                 className="org.apache.locator.types.RegisterPeerManagerResponse",
                 localName="registerPeerManagerResponse")
@RequestWrapper(targetNamespace="http://apache.org/locator/types",
                className="org.apache.locator.types.RegisterPeerManager",
                localName="registerPeerManager")
void registerPeerManager(EndpointReferenceType peerManager,
                                                        javax.xml.ws.Holder<EndpointReferenceType> peerManagerReference,
                                                        javax.xml.ws.Holder<java.lang.String> nodeId)

listEndpoints

@ResponseWrapper(targetNamespace="http://apache.org/locator/types",
                 className="org.apache.locator.types.ListEndpointsResponse",
                 localName="listEndpointsResponse")
@RequestWrapper(targetNamespace="http://apache.org/locator/types",
                className="org.apache.locator.types.EmptyMessage",
                localName="listEndpoints")
java.util.List<ListEndpointsResponse.Endpoint> listEndpoints()


Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.