Uses of Class
org.apache.cxf.ws.addressing.EndpointReferenceType

Packages that use EndpointReferenceType
org.apache.callback   
org.apache.cxf.testutils.locator   
org.apache.cxf.ws.addressing   
org.apache.locator_test   
 

Uses of EndpointReferenceType in org.apache.callback
 

Methods in org.apache.callback that return types with arguments of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createRegisterCallback(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 

Methods in org.apache.callback with parameters of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createRegisterCallback(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 java.lang.String ServerPortType.registerCallback(EndpointReferenceType callbackObject)
           
 

Uses of EndpointReferenceType in org.apache.cxf.testutils.locator
 

Fields in org.apache.cxf.testutils.locator declared as EndpointReferenceType
protected  EndpointReferenceType QueryEndpointsResponse.Endpoint.endpointReference
           
protected  EndpointReferenceType ListEndpointsResponse.Endpoint.endpointReference
           
protected  EndpointReferenceType RegisterEndpoint.endpointReference
           
protected  EndpointReferenceType DeregisterEndpoint.endpointReference
           
protected  EndpointReferenceType RegisterPeerManager.peerManager
           
protected  EndpointReferenceType RegisterPeerManagerResponse.peerManagerReference
           
protected  EndpointReferenceType LookupEndpointResponse.serviceEndpoint
           
 

Methods in org.apache.cxf.testutils.locator that return EndpointReferenceType
 EndpointReferenceType QueryEndpointsResponse.Endpoint.getEndpointReference()
          Gets the value of the endpointReference property.
 EndpointReferenceType ListEndpointsResponse.Endpoint.getEndpointReference()
          Gets the value of the endpointReference property.
 EndpointReferenceType RegisterEndpoint.getEndpointReference()
          Gets the value of the endpointReference property.
 EndpointReferenceType DeregisterEndpoint.getEndpointReference()
          Gets the value of the endpointReference property.
 EndpointReferenceType RegisterPeerManager.getPeerManager()
          Gets the value of the peerManager property.
 EndpointReferenceType RegisterPeerManagerResponse.getPeerManagerReference()
          Gets the value of the peerManagerReference property.
 EndpointReferenceType LookupEndpointResponse.getServiceEndpoint()
          Gets the value of the serviceEndpoint property.
 EndpointReferenceType LocatorService.lookupEndpoint(javax.xml.namespace.QName serviceQname)
           
 

Methods in org.apache.cxf.testutils.locator with parameters of type EndpointReferenceType
 void LocatorService.deregisterEndpoint(EndpointIdentity endpointId, EndpointReferenceType endpointReference)
           
 void LocatorService.registerEndpoint(EndpointIdentity endpointId, EndpointReferenceType endpointReference)
           
 void LocatorService.registerPeerManager(EndpointReferenceType peerManager, javax.xml.ws.Holder<EndpointReferenceType> peerManagerReference, javax.xml.ws.Holder<java.lang.String> nodeId)
           
 void QueryEndpointsResponse.Endpoint.setEndpointReference(EndpointReferenceType value)
          Sets the value of the endpointReference property.
 void ListEndpointsResponse.Endpoint.setEndpointReference(EndpointReferenceType value)
          Sets the value of the endpointReference property.
 void RegisterEndpoint.setEndpointReference(EndpointReferenceType value)
          Sets the value of the endpointReference property.
 void DeregisterEndpoint.setEndpointReference(EndpointReferenceType value)
          Sets the value of the endpointReference property.
 void RegisterPeerManager.setPeerManager(EndpointReferenceType value)
          Sets the value of the peerManager property.
 void RegisterPeerManagerResponse.setPeerManagerReference(EndpointReferenceType value)
          Sets the value of the peerManagerReference property.
 void LookupEndpointResponse.setServiceEndpoint(EndpointReferenceType value)
          Sets the value of the serviceEndpoint property.
 

Method parameters in org.apache.cxf.testutils.locator with type arguments of type EndpointReferenceType
 void LocatorService.registerPeerManager(EndpointReferenceType peerManager, javax.xml.ws.Holder<EndpointReferenceType> peerManagerReference, javax.xml.ws.Holder<java.lang.String> nodeId)
           
 

Uses of EndpointReferenceType in org.apache.cxf.ws.addressing
 

Methods in org.apache.cxf.ws.addressing that return EndpointReferenceType
 EndpointReferenceType ObjectFactory.createEndpointReferenceType()
          Create an instance of EndpointReferenceType
 

Methods in org.apache.cxf.ws.addressing that return types with arguments of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createEndpointReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createFaultTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createFrom(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createReplyTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 

Methods in org.apache.cxf.ws.addressing with parameters of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createEndpointReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createFaultTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createFrom(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createReplyTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 

Uses of EndpointReferenceType in org.apache.locator_test
 

Methods in org.apache.locator_test that return EndpointReferenceType
 EndpointReferenceType LocatorServiceImpl.lookupEndpoint(javax.xml.namespace.QName serviceQname)
           
 

Methods in org.apache.locator_test with parameters of type EndpointReferenceType
 void LocatorServiceImpl.deregisterEndpoint(EndpointIdentity endpointId, EndpointReferenceType endpointReference)
           
 void LocatorServiceImpl.registerEndpoint(EndpointIdentity endpointId, EndpointReferenceType endpointReference)
           
 void LocatorServiceImpl.registerPeerManager(EndpointReferenceType peerManager, javax.xml.ws.Holder<EndpointReferenceType> peerManagerReference, javax.xml.ws.Holder<java.lang.String> nodeId)
           
 

Method parameters in org.apache.locator_test with type arguments of type EndpointReferenceType
 void LocatorServiceImpl.registerPeerManager(EndpointReferenceType peerManager, javax.xml.ws.Holder<EndpointReferenceType> peerManagerReference, javax.xml.ws.Holder<java.lang.String> nodeId)
           
 



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.