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

Packages that use EndpointReferenceType
org.apache.callback   
org.apache.cxf.factory_pattern   
org.apache.cxf.ws.addressing   
org.apache.locator   
org.apache.locator_test   
org.apache.locator.types   
org.apache.nested_callback   
 

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.factory_pattern
 

Fields in org.apache.cxf.factory_pattern declared as EndpointReferenceType
protected  EndpointReferenceType CreateResponse._return
           
 

Methods in org.apache.cxf.factory_pattern that return EndpointReferenceType
 EndpointReferenceType NumberFactory.create(java.lang.String id)
           
 EndpointReferenceType CreateResponse.getReturn()
          Gets the value of the return property.
 

Methods in org.apache.cxf.factory_pattern with parameters of type EndpointReferenceType
 void CreateResponse.setReturn(EndpointReferenceType value)
          Sets the value of the return property.
 

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
 

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

Methods in org.apache.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)
           
 

Method parameters in org.apache.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.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)
           
 

Uses of EndpointReferenceType in org.apache.locator.types
 

Fields in org.apache.locator.types 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.locator.types 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.
 

Methods in org.apache.locator.types with parameters of type EndpointReferenceType
 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.
 

Uses of EndpointReferenceType in org.apache.nested_callback
 

Fields in org.apache.nested_callback declared as EndpointReferenceType
protected  EndpointReferenceType NestedCallback.callback
           
 

Methods in org.apache.nested_callback that return EndpointReferenceType
 EndpointReferenceType NestedCallback.getCallback()
          Gets the value of the callback property.
 

Methods in org.apache.nested_callback with parameters of type EndpointReferenceType
 void NestedCallback.setCallback(EndpointReferenceType value)
          Sets the value of the callback property.
 



Apache CXF