Uses of Class
org.w3._2005._08.addressing.EndpointReferenceType

Packages that use EndpointReferenceType
org.apache.servicemix.wsn This package provides base classes for WS-Notification implementations. 
org.apache.servicemix.wsn.client JBI client API for using WS-Notification 1.3. 
org.oasis_open.docs.wsn.b_2   
org.oasis_open.docs.wsn.br_2   
org.oasis_open.docs.wsrf.bf_2   
org.w3._2005._08.addressing   
 

Uses of EndpointReferenceType in org.apache.servicemix.wsn
 

Fields in org.apache.servicemix.wsn declared as EndpointReferenceType
protected  EndpointReferenceType AbstractSubscription.consumerReference
           
protected  EndpointReferenceType AbstractPublisher.publisherReference
           
 

Methods in org.apache.servicemix.wsn that return EndpointReferenceType
static EndpointReferenceType AbstractEndpoint.createEndpointReference(String address)
           
 

Methods in org.apache.servicemix.wsn with parameters of type EndpointReferenceType
protected  AbstractPublisher AbstractNotificationBroker.getPublisher(EndpointReferenceType producerReference)
           
 

Uses of EndpointReferenceType in org.apache.servicemix.wsn.client
 

Methods in org.apache.servicemix.wsn.client that return EndpointReferenceType
static EndpointReferenceType AbstractWSAClient.createWSA(String address)
           
 EndpointReferenceType AbstractWSAClient.getEndpoint()
           
 

Methods in org.apache.servicemix.wsn.client with parameters of type EndpointReferenceType
 Publisher NotificationBroker.registerPublisher(EndpointReferenceType publisherReference, String topic, boolean demand)
           
static EndpointResolver AbstractWSAClient.resolveWSA(EndpointReferenceType ref)
           
 void AbstractWSAClient.setEndpoint(EndpointReferenceType endpoint)
           
 Subscription NotificationBroker.subscribe(EndpointReferenceType consumer, String topic)
           
 Subscription NotificationBroker.subscribe(EndpointReferenceType consumer, String topic, String xpath)
           
 Subscription NotificationBroker.subscribe(EndpointReferenceType consumer, String topic, String xpath, boolean raw)
           
 

Constructors in org.apache.servicemix.wsn.client with parameters of type EndpointReferenceType
AbstractWSAClient(EndpointReferenceType endpoint, ServiceMixClient client)
           
Publisher(EndpointReferenceType publisherRegistrationReference, ServiceMixClient client)
           
PullPoint(EndpointReferenceType pullPoint, JBIContainer container)
           
PullPoint(EndpointReferenceType pullPoint, ServiceMixClient client)
           
Subscription(EndpointReferenceType subscriptionReference, ServiceMixClient client)
           
 

Uses of EndpointReferenceType in org.oasis_open.docs.wsn.b_2
 

Fields in org.oasis_open.docs.wsn.b_2 declared as EndpointReferenceType
protected  EndpointReferenceType SubscriptionManagerRP.consumerReference
           
protected  EndpointReferenceType Subscribe.consumerReference
           
protected  EndpointReferenceType NotificationMessageHolderType.producerReference
           
protected  EndpointReferenceType CreatePullPointResponse.pullPoint
           
protected  EndpointReferenceType SubscribeResponse.subscriptionReference
           
protected  EndpointReferenceType NotificationMessageHolderType.subscriptionReference
           
 

Methods in org.oasis_open.docs.wsn.b_2 that return EndpointReferenceType
 EndpointReferenceType SubscriptionManagerRP.getConsumerReference()
          Gets the value of the consumerReference property.
 EndpointReferenceType Subscribe.getConsumerReference()
          Gets the value of the consumerReference property.
 EndpointReferenceType NotificationMessageHolderType.getProducerReference()
          Gets the value of the producerReference property.
 EndpointReferenceType CreatePullPointResponse.getPullPoint()
          Gets the value of the pullPoint property.
 EndpointReferenceType SubscribeResponse.getSubscriptionReference()
          Gets the value of the subscriptionReference property.
 EndpointReferenceType NotificationMessageHolderType.getSubscriptionReference()
          Gets the value of the subscriptionReference property.
 

Methods in org.oasis_open.docs.wsn.b_2 that return types with arguments of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createConsumerReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createProducerReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createSubscriptionReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 

Methods in org.oasis_open.docs.wsn.b_2 with parameters of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createConsumerReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createProducerReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createSubscriptionReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 void SubscriptionManagerRP.setConsumerReference(EndpointReferenceType value)
          Sets the value of the consumerReference property.
 void Subscribe.setConsumerReference(EndpointReferenceType value)
          Sets the value of the consumerReference property.
 void NotificationMessageHolderType.setProducerReference(EndpointReferenceType value)
          Sets the value of the producerReference property.
 void CreatePullPointResponse.setPullPoint(EndpointReferenceType value)
          Sets the value of the pullPoint property.
 void SubscribeResponse.setSubscriptionReference(EndpointReferenceType value)
          Sets the value of the subscriptionReference property.
 void NotificationMessageHolderType.setSubscriptionReference(EndpointReferenceType value)
          Sets the value of the subscriptionReference property.
 

Uses of EndpointReferenceType in org.oasis_open.docs.wsn.br_2
 

Fields in org.oasis_open.docs.wsn.br_2 declared as EndpointReferenceType
protected  EndpointReferenceType RegisterPublisherResponse.consumerReference
           
protected  EndpointReferenceType PublisherRegistrationRP.publisherReference
           
protected  EndpointReferenceType RegisterPublisher.publisherReference
           
protected  EndpointReferenceType RegisterPublisherResponse.publisherRegistrationReference
           
 

Methods in org.oasis_open.docs.wsn.br_2 that return EndpointReferenceType
 EndpointReferenceType RegisterPublisherResponse.getConsumerReference()
          Gets the value of the consumerReference property.
 EndpointReferenceType PublisherRegistrationRP.getPublisherReference()
          Gets the value of the publisherReference property.
 EndpointReferenceType RegisterPublisher.getPublisherReference()
          Gets the value of the publisherReference property.
 EndpointReferenceType RegisterPublisherResponse.getPublisherRegistrationReference()
          Gets the value of the publisherRegistrationReference property.
 

Methods in org.oasis_open.docs.wsn.br_2 that return types with arguments of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createConsumerReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createPublisherReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 

Methods in org.oasis_open.docs.wsn.br_2 with parameters of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createConsumerReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createPublisherReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 void RegisterPublisherResponse.setConsumerReference(EndpointReferenceType value)
          Sets the value of the consumerReference property.
 void PublisherRegistrationRP.setPublisherReference(EndpointReferenceType value)
          Sets the value of the publisherReference property.
 void RegisterPublisher.setPublisherReference(EndpointReferenceType value)
          Sets the value of the publisherReference property.
 void RegisterPublisherResponse.setPublisherRegistrationReference(EndpointReferenceType value)
          Sets the value of the publisherRegistrationReference property.
 

Uses of EndpointReferenceType in org.oasis_open.docs.wsrf.bf_2
 

Fields in org.oasis_open.docs.wsrf.bf_2 declared as EndpointReferenceType
protected  EndpointReferenceType BaseFaultType.originator
           
 

Methods in org.oasis_open.docs.wsrf.bf_2 that return EndpointReferenceType
 EndpointReferenceType BaseFaultType.getOriginator()
          Gets the value of the originator property.
 

Methods in org.oasis_open.docs.wsrf.bf_2 with parameters of type EndpointReferenceType
 void BaseFaultType.setOriginator(EndpointReferenceType value)
          Sets the value of the originator property.
 

Uses of EndpointReferenceType in org.w3._2005._08.addressing
 

Methods in org.w3._2005._08.addressing that return EndpointReferenceType
 EndpointReferenceType ObjectFactory.createEndpointReferenceType()
          Create an instance of EndpointReferenceType
 

Methods in org.w3._2005._08.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.w3._2005._08.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>}
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.