Uses of Class
com.ebmwebsourcing.wsstar.addressing.definition.org.w3._2005._08.addressing.EndpointReferenceType

Packages that use EndpointReferenceType
com.ebmwebsourcing.wsstar.addressing.definition.org.w3._2005._08.addressing   
com.ebmwebsourcing.wsstar.notification.definition.base   
com.ebmwebsourcing.wsstar.notification.definition.brokered   
com.ebmwebsourcing.wsstar.notification.definition.resource.basefaults   
 

Uses of EndpointReferenceType in com.ebmwebsourcing.wsstar.addressing.definition.org.w3._2005._08.addressing
 

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

Methods in com.ebmwebsourcing.wsstar.addressing.definition.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 com.ebmwebsourcing.wsstar.addressing.definition.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>}
 

Uses of EndpointReferenceType in com.ebmwebsourcing.wsstar.notification.definition.base
 

Fields in com.ebmwebsourcing.wsstar.notification.definition.base declared as EndpointReferenceType
protected  EndpointReferenceType Subscribe.consumerReference
           
protected  EndpointReferenceType SubscriptionManagerRP.consumerReference
           
protected  EndpointReferenceType NotificationMessageHolderType.producerReference
           
protected  EndpointReferenceType CreatePullPointResponse.pullPoint
           
protected  EndpointReferenceType SubscribeResponse.subscriptionReference
           
protected  EndpointReferenceType NotificationMessageHolderType.subscriptionReference
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.base that return EndpointReferenceType
 EndpointReferenceType Subscribe.getConsumerReference()
          Gets the value of the consumerReference property.
 EndpointReferenceType SubscriptionManagerRP.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 com.ebmwebsourcing.wsstar.notification.definition.base 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 com.ebmwebsourcing.wsstar.notification.definition.base 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 Subscribe.setConsumerReference(EndpointReferenceType value)
          Sets the value of the consumerReference property.
 void SubscriptionManagerRP.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 com.ebmwebsourcing.wsstar.notification.definition.brokered
 

Fields in com.ebmwebsourcing.wsstar.notification.definition.brokered declared as EndpointReferenceType
protected  EndpointReferenceType RegisterPublisherResponse.consumerReference
           
protected  EndpointReferenceType RegisterPublisher.publisherReference
           
protected  EndpointReferenceType PublisherRegistrationRP.publisherReference
           
protected  EndpointReferenceType RegisterPublisherResponse.publisherRegistrationReference
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.brokered that return EndpointReferenceType
 EndpointReferenceType RegisterPublisherResponse.getConsumerReference()
          Gets the value of the consumerReference property.
 EndpointReferenceType RegisterPublisher.getPublisherReference()
          Gets the value of the publisherReference property.
 EndpointReferenceType PublisherRegistrationRP.getPublisherReference()
          Gets the value of the publisherReference property.
 EndpointReferenceType RegisterPublisherResponse.getPublisherRegistrationReference()
          Gets the value of the publisherRegistrationReference property.
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.brokered 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 com.ebmwebsourcing.wsstar.notification.definition.brokered 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 RegisterPublisher.setPublisherReference(EndpointReferenceType value)
          Sets the value of the publisherReference property.
 void PublisherRegistrationRP.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 com.ebmwebsourcing.wsstar.notification.definition.resource.basefaults
 

Fields in com.ebmwebsourcing.wsstar.notification.definition.resource.basefaults declared as EndpointReferenceType
protected  EndpointReferenceType BaseFaultType.originator
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.resource.basefaults that return EndpointReferenceType
 EndpointReferenceType BaseFaultType.getOriginator()
          Gets the value of the originator property.
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.resource.basefaults with parameters of type EndpointReferenceType
 void BaseFaultType.setOriginator(EndpointReferenceType value)
          Sets the value of the originator property.
 



Copyright © 2009 eBM Websourcing. All Rights Reserved.