Uses of Interface
org.w3.x2005.x08.addressing.EndpointReferenceType

Packages that use EndpointReferenceType
net.opengis.swes.x20   
net.opengis.swes.x20.impl   
org.w3.x2005.x08.addressing   
org.w3.x2005.x08.addressing.impl   
 

Uses of EndpointReferenceType in net.opengis.swes.x20
 

Methods in net.opengis.swes.x20 that return EndpointReferenceType
 EndpointReferenceType SWESEventType.Service.addNewEndpointReference()
          Appends and returns a new empty "EndpointReference" element
 EndpointReferenceType NotificationProducerMetadataType.ProducerEndpoint.addNewEndpointReference()
          Appends and returns a new empty "EndpointReference" element
 EndpointReferenceType SWESEventType.Service.getEndpointReference()
          Gets the "EndpointReference" element
 EndpointReferenceType NotificationProducerMetadataType.ProducerEndpoint.getEndpointReference()
          Gets the "EndpointReference" element
 

Methods in net.opengis.swes.x20 with parameters of type EndpointReferenceType
 void SWESEventType.Service.setEndpointReference(EndpointReferenceType endpointReference)
          Sets the "EndpointReference" element
 void NotificationProducerMetadataType.ProducerEndpoint.setEndpointReference(EndpointReferenceType endpointReference)
          Sets the "EndpointReference" element
 

Uses of EndpointReferenceType in net.opengis.swes.x20.impl
 

Methods in net.opengis.swes.x20.impl that return EndpointReferenceType
 EndpointReferenceType SWESEventTypeImpl.ServiceImpl.addNewEndpointReference()
          Appends and returns a new empty "EndpointReference" element
 EndpointReferenceType NotificationProducerMetadataTypeImpl.ProducerEndpointImpl.addNewEndpointReference()
          Appends and returns a new empty "EndpointReference" element
 EndpointReferenceType SWESEventTypeImpl.ServiceImpl.getEndpointReference()
          Gets the "EndpointReference" element
 EndpointReferenceType NotificationProducerMetadataTypeImpl.ProducerEndpointImpl.getEndpointReference()
          Gets the "EndpointReference" element
 

Methods in net.opengis.swes.x20.impl with parameters of type EndpointReferenceType
 void SWESEventTypeImpl.ServiceImpl.setEndpointReference(EndpointReferenceType endpointReference)
          Sets the "EndpointReference" element
 void NotificationProducerMetadataTypeImpl.ProducerEndpointImpl.setEndpointReference(EndpointReferenceType endpointReference)
          Sets the "EndpointReference" element
 

Uses of EndpointReferenceType in org.w3.x2005.x08.addressing
 

Methods in org.w3.x2005.x08.addressing that return EndpointReferenceType
 EndpointReferenceType EndpointReferenceDocument.addNewEndpointReference()
          Appends and returns a new empty "EndpointReference" element
 EndpointReferenceType FaultToDocument.addNewFaultTo()
          Appends and returns a new empty "FaultTo" element
 EndpointReferenceType FromDocument.addNewFrom()
          Appends and returns a new empty "From" element
 EndpointReferenceType ReplyToDocument.addNewReplyTo()
          Appends and returns a new empty "ReplyTo" element
 EndpointReferenceType EndpointReferenceDocument.getEndpointReference()
          Gets the "EndpointReference" element
 EndpointReferenceType FaultToDocument.getFaultTo()
          Gets the "FaultTo" element
 EndpointReferenceType FromDocument.getFrom()
          Gets the "From" element
 EndpointReferenceType ReplyToDocument.getReplyTo()
          Gets the "ReplyTo" element
static EndpointReferenceType EndpointReferenceType.Factory.newInstance()
           
static EndpointReferenceType EndpointReferenceType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(File file)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(InputStream is)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(Node node)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(Reader r)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(String xmlAsString)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(URL u)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static EndpointReferenceType EndpointReferenceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static EndpointReferenceType EndpointReferenceType.Factory.parse(XMLStreamReader sr)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2005.x08.addressing with parameters of type EndpointReferenceType
 void EndpointReferenceDocument.setEndpointReference(EndpointReferenceType endpointReference)
          Sets the "EndpointReference" element
 void FaultToDocument.setFaultTo(EndpointReferenceType faultTo)
          Sets the "FaultTo" element
 void FromDocument.setFrom(EndpointReferenceType from)
          Sets the "From" element
 void ReplyToDocument.setReplyTo(EndpointReferenceType replyTo)
          Sets the "ReplyTo" element
 

Uses of EndpointReferenceType in org.w3.x2005.x08.addressing.impl
 

Classes in org.w3.x2005.x08.addressing.impl that implement EndpointReferenceType
 class EndpointReferenceTypeImpl
          An XML EndpointReferenceType(@http://www.w3.org/2005/08/addressing).
 

Methods in org.w3.x2005.x08.addressing.impl that return EndpointReferenceType
 EndpointReferenceType EndpointReferenceDocumentImpl.addNewEndpointReference()
          Appends and returns a new empty "EndpointReference" element
 EndpointReferenceType FaultToDocumentImpl.addNewFaultTo()
          Appends and returns a new empty "FaultTo" element
 EndpointReferenceType FromDocumentImpl.addNewFrom()
          Appends and returns a new empty "From" element
 EndpointReferenceType ReplyToDocumentImpl.addNewReplyTo()
          Appends and returns a new empty "ReplyTo" element
 EndpointReferenceType EndpointReferenceDocumentImpl.getEndpointReference()
          Gets the "EndpointReference" element
 EndpointReferenceType FaultToDocumentImpl.getFaultTo()
          Gets the "FaultTo" element
 EndpointReferenceType FromDocumentImpl.getFrom()
          Gets the "From" element
 EndpointReferenceType ReplyToDocumentImpl.getReplyTo()
          Gets the "ReplyTo" element
 

Methods in org.w3.x2005.x08.addressing.impl with parameters of type EndpointReferenceType
 void EndpointReferenceDocumentImpl.setEndpointReference(EndpointReferenceType endpointReference)
          Sets the "EndpointReference" element
 void FaultToDocumentImpl.setFaultTo(EndpointReferenceType faultTo)
          Sets the "FaultTo" element
 void FromDocumentImpl.setFrom(EndpointReferenceType from)
          Sets the "From" element
 void ReplyToDocumentImpl.setReplyTo(EndpointReferenceType replyTo)
          Sets the "ReplyTo" element
 



Copyright © 2004-2012 52north.org. All Rights Reserved.