Uses of Class
org.xmlsoap.schemas.ws._2004._08.addressing.EndpointReferenceType

Packages that use EndpointReferenceType
com.sun.ws.management   
com.sun.ws.management.addressing   
com.sun.ws.management.enumeration   
com.sun.ws.management.eventing   
com.sun.ws.management.framework.transfer   
com.sun.ws.management.server   
com.sun.ws.management.transfer   
org.dmtf.schemas.wbem.wsman._1.wsman   
org.xmlsoap.schemas.ws._2004._08.addressing   
org.xmlsoap.schemas.ws._2004._08.eventing   
org.xmlsoap.schemas.ws._2004._09.enumeration   
org.xmlsoap.schemas.ws._2004._09.transfer   
 

Uses of EndpointReferenceType in com.sun.ws.management
 

Methods in com.sun.ws.management that return EndpointReferenceType
static EndpointReferenceType ManagementUtility.extractEprType(Management message)
          Extrcts the addressing components from a Management message as an EPR type.
 

Uses of EndpointReferenceType in com.sun.ws.management.addressing
 

Methods in com.sun.ws.management.addressing that return EndpointReferenceType
static EndpointReferenceType Addressing.createEndpointReference(java.lang.String address, ReferencePropertiesType props, ReferenceParametersType params, AttributedQName portType, ServiceNameType serviceName)
           
 EndpointReferenceType Addressing.getEndpointReference(javax.xml.soap.SOAPElement parent, javax.xml.namespace.QName... qname)
           
 EndpointReferenceType Addressing.getFaultTo()
           
 EndpointReferenceType Addressing.getFrom()
           
 EndpointReferenceType Addressing.getReplyTo()
           
 

Methods in com.sun.ws.management.addressing with parameters of type EndpointReferenceType
 void Addressing.setFaultTo(EndpointReferenceType epr)
           
 void Addressing.setFrom(EndpointReferenceType epr)
           
 void Addressing.setReplyTo(EndpointReferenceType epr)
           
 

Uses of EndpointReferenceType in com.sun.ws.management.enumeration
 

Methods in com.sun.ws.management.enumeration with parameters of type EndpointReferenceType
 void EnumerationExtensions.setEnumerate(EndpointReferenceType endTo, boolean requestTotalItemsCountEstimate, boolean optimize, int maxElements, java.lang.String expires, DialectableMixedDataType filter, EnumerationExtensions.Mode mode, java.lang.Object... anys)
           
 void Enumeration.setEnumerate(EndpointReferenceType endTo, java.lang.String expires, FilterType filter, java.lang.Object... anys)
           
 

Uses of EndpointReferenceType in com.sun.ws.management.eventing
 

Methods in com.sun.ws.management.eventing that return EndpointReferenceType
 EndpointReferenceType EventingMessageValues.getEndTo()
           
 EndpointReferenceType EventingMessageValues.getNotifyTo()
           
 EndpointReferenceType Eventing.getSubscriptionManagerEpr()
           
 EndpointReferenceType EventingMessageValues.getSubscriptionManagerEpr()
           
 

Methods in com.sun.ws.management.eventing with parameters of type EndpointReferenceType
 void EventingMessageValues.setEndTo(EndpointReferenceType endTo)
           
 void EventingMessageValues.setNotifyTo(EndpointReferenceType notifyTo)
           
 void EventingExtensions.setSubscribe(EndpointReferenceType endTo, java.lang.String deliveryMode, EndpointReferenceType notifyTo, java.lang.String expires, FilterType filter, ConnectionRetryType retryType, javax.xml.datatype.Duration heartbeats, java.lang.Boolean sendBookmarks, AttributableAny bookmark, MaxEnvelopeSizeType maxEnvelopeSize, java.lang.Long maxElements, javax.xml.datatype.Duration maxTime)
           
 void Eventing.setSubscribe(EndpointReferenceType endTo, java.lang.String deliveryMode, EndpointReferenceType notifyTo, java.lang.String expires, FilterType filter, java.lang.Object... extensions)
           
 void Eventing.setSubscribeResponse(EndpointReferenceType mgr, java.lang.String expires, java.lang.Object... extensions)
           
 void EventingExtensions.setSubscribeResponse(EndpointReferenceType mgr, java.lang.String expires, java.lang.Object context)
           
 void Eventing.setSubscriptionEnd(EndpointReferenceType mgr, java.lang.String status, java.lang.String reason)
           
 void Eventing.setSubscriptionManagerEpr(EndpointReferenceType mgr)
           
 void EventingMessageValues.setSubscriptionManagerEpr(EndpointReferenceType subscriptionManagerEpr)
           
 

Uses of EndpointReferenceType in com.sun.ws.management.framework.transfer
 

Methods in com.sun.ws.management.framework.transfer that return EndpointReferenceType
static EndpointReferenceType TransferSupport.createEpr(java.lang.String endpointUrl, java.lang.String resourceUri, java.util.Map<java.lang.String,java.lang.String> selectors)
           
 

Uses of EndpointReferenceType in com.sun.ws.management.server
 

Methods in com.sun.ws.management.server that return EndpointReferenceType
static EndpointReferenceType EnumerationSupport.createEndpointReference(java.lang.String address, java.lang.String resource, java.util.Map<java.lang.String,java.lang.String> selectorMap)
          Utility method to create an EPR for accessing individual elements of an enumeration directly.
static EndpointReferenceType EventingSupport.createSubscriptionManagerEpr(Eventing request, Eventing response, java.lang.Object context)
           
 EndpointReferenceType EnumerationItem.getEndpointReference()
          Getter for item's EndpointReference.
 

Constructors in com.sun.ws.management.server with parameters of type EndpointReferenceType
EnumerationItem(java.lang.Object item, EndpointReferenceType epr)
          Constructor.
 

Uses of EndpointReferenceType in com.sun.ws.management.transfer
 

Methods in com.sun.ws.management.transfer that return EndpointReferenceType
static EndpointReferenceType TransferExtensions.createEndpointReference(java.lang.String address, java.lang.String resource, java.util.Map<java.lang.String,java.lang.String> selectorMap)
          Utility method to create an EPR.
 

Methods in com.sun.ws.management.transfer with parameters of type EndpointReferenceType
 void TransferExtensions.setCreateResponse(EndpointReferenceType epr)
          Handles the Create operation response
 void TransferExtensions.setFragmentCreateResponse(javax.xml.soap.SOAPHeaderElement fragmentHeader, EndpointReferenceType epr)
          Handles the Fragment Create operation response
 void TransferExtensions.setFragmentCreateResponse(javax.xml.soap.SOAPHeaderElement fragmentHeader, java.util.List<java.lang.Object> requestContent, java.lang.String expression, java.util.List<org.w3c.dom.Node> nodes, EndpointReferenceType epr)
          Deprecated. use TransferExtensions.setFragmentCreateResponse(SOAPHeaderElement, EndpointReferenceType)
 

Uses of EndpointReferenceType in org.dmtf.schemas.wbem.wsman._1.wsman
 

Methods in org.dmtf.schemas.wbem.wsman._1.wsman that return EndpointReferenceType
 EndpointReferenceType RequestedEPRType.getEndpointReference()
          Gets the value of the endpointReference property.
 

Methods in org.dmtf.schemas.wbem.wsman._1.wsman with parameters of type EndpointReferenceType
 void RequestedEPRType.setEndpointReference(EndpointReferenceType value)
          Sets the value of the endpointReference property.
 

Uses of EndpointReferenceType in org.xmlsoap.schemas.ws._2004._08.addressing
 

Methods in org.xmlsoap.schemas.ws._2004._08.addressing that return EndpointReferenceType
 EndpointReferenceType ObjectFactory.createEndpointReferenceType()
          Create an instance of EndpointReferenceType
 

Methods in org.xmlsoap.schemas.ws._2004._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.xmlsoap.schemas.ws._2004._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 org.xmlsoap.schemas.ws._2004._08.eventing
 

Methods in org.xmlsoap.schemas.ws._2004._08.eventing that return EndpointReferenceType
 EndpointReferenceType Subscribe.getEndTo()
          Gets the value of the endTo property.
 EndpointReferenceType SubscribeResponse.getSubscriptionManager()
          Gets the value of the subscriptionManager property.
 EndpointReferenceType SubscriptionEnd.getSubscriptionManager()
          Gets the value of the subscriptionManager property.
 

Methods in org.xmlsoap.schemas.ws._2004._08.eventing that return types with arguments of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createNotifyTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 

Methods in org.xmlsoap.schemas.ws._2004._08.eventing with parameters of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createNotifyTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 void Subscribe.setEndTo(EndpointReferenceType value)
          Sets the value of the endTo property.
 void SubscribeResponse.setSubscriptionManager(EndpointReferenceType value)
          Sets the value of the subscriptionManager property.
 void SubscriptionEnd.setSubscriptionManager(EndpointReferenceType value)
          Sets the value of the subscriptionManager property.
 

Uses of EndpointReferenceType in org.xmlsoap.schemas.ws._2004._09.enumeration
 

Methods in org.xmlsoap.schemas.ws._2004._09.enumeration that return EndpointReferenceType
 EndpointReferenceType Enumerate.getEndTo()
          Gets the value of the endTo property.
 

Methods in org.xmlsoap.schemas.ws._2004._09.enumeration with parameters of type EndpointReferenceType
 void Enumerate.setEndTo(EndpointReferenceType value)
          Sets the value of the endTo property.
 

Uses of EndpointReferenceType in org.xmlsoap.schemas.ws._2004._09.transfer
 

Methods in org.xmlsoap.schemas.ws._2004._09.transfer that return EndpointReferenceType
 EndpointReferenceType CreateResponseType.getResourceCreated()
          Gets the value of the resourceCreated property.
 

Methods in org.xmlsoap.schemas.ws._2004._09.transfer that return types with arguments of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createResourceCreated(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 

Methods in org.xmlsoap.schemas.ws._2004._09.transfer with parameters of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createResourceCreated(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 void CreateResponseType.setResourceCreated(EndpointReferenceType value)
          Sets the value of the resourceCreated property.