Uses of Interface
org.w3.x2005.x08.addressing.EndpointReferenceType
-
Packages that use EndpointReferenceType Package Description org.w3.x2005.x08.addressing org.w3.x2005.x08.addressing.impl -
-
Uses of EndpointReferenceType in org.w3.x2005.x08.addressing
Methods in org.w3.x2005.x08.addressing that return EndpointReferenceType Modifier and Type Method Description EndpointReferenceTypeEndpointReferenceDocument. addNewEndpointReference()Appends and returns a new empty "EndpointReference" elementEndpointReferenceTypeFaultToDocument. addNewFaultTo()Appends and returns a new empty "FaultTo" elementEndpointReferenceTypeFromDocument. addNewFrom()Appends and returns a new empty "From" elementEndpointReferenceTypeReplyToDocument. addNewReplyTo()Appends and returns a new empty "ReplyTo" elementEndpointReferenceTypeEndpointReferenceDocument. getEndpointReference()Gets the "EndpointReference" elementEndpointReferenceTypeFaultToDocument. getFaultTo()Gets the "FaultTo" elementEndpointReferenceTypeFromDocument. getFrom()Gets the "From" elementEndpointReferenceTypeReplyToDocument. getReplyTo()Gets the "ReplyTo" elementstatic EndpointReferenceTypeEndpointReferenceType.Factory. newInstance()static EndpointReferenceTypeEndpointReferenceType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EndpointReferenceTypeEndpointReferenceType.Factory. parse(File file)static EndpointReferenceTypeEndpointReferenceType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EndpointReferenceTypeEndpointReferenceType.Factory. parse(InputStream is)static EndpointReferenceTypeEndpointReferenceType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EndpointReferenceTypeEndpointReferenceType.Factory. parse(Reader r)static EndpointReferenceTypeEndpointReferenceType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EndpointReferenceTypeEndpointReferenceType.Factory. parse(String xmlAsString)static EndpointReferenceTypeEndpointReferenceType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EndpointReferenceTypeEndpointReferenceType.Factory. parse(URL u)static EndpointReferenceTypeEndpointReferenceType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EndpointReferenceTypeEndpointReferenceType.Factory. parse(XMLStreamReader sr)static EndpointReferenceTypeEndpointReferenceType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EndpointReferenceTypeEndpointReferenceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EndpointReferenceTypeEndpointReferenceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EndpointReferenceTypeEndpointReferenceType.Factory. parse(Node node)static EndpointReferenceTypeEndpointReferenceType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.w3.x2005.x08.addressing with parameters of type EndpointReferenceType Modifier and Type Method Description voidEndpointReferenceDocument. setEndpointReference(EndpointReferenceType endpointReference)Sets the "EndpointReference" elementvoidFaultToDocument. setFaultTo(EndpointReferenceType faultTo)Sets the "FaultTo" elementvoidFromDocument. setFrom(EndpointReferenceType from)Sets the "From" elementvoidReplyToDocument. 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 Modifier and Type Class Description classEndpointReferenceTypeImplAn XML EndpointReferenceType(@http://www.w3.org/2005/08/addressing).Methods in org.w3.x2005.x08.addressing.impl that return EndpointReferenceType Modifier and Type Method Description EndpointReferenceTypeEndpointReferenceDocumentImpl. addNewEndpointReference()Appends and returns a new empty "EndpointReference" elementEndpointReferenceTypeFaultToDocumentImpl. addNewFaultTo()Appends and returns a new empty "FaultTo" elementEndpointReferenceTypeFromDocumentImpl. addNewFrom()Appends and returns a new empty "From" elementEndpointReferenceTypeReplyToDocumentImpl. addNewReplyTo()Appends and returns a new empty "ReplyTo" elementEndpointReferenceTypeEndpointReferenceDocumentImpl. getEndpointReference()Gets the "EndpointReference" elementEndpointReferenceTypeFaultToDocumentImpl. getFaultTo()Gets the "FaultTo" elementEndpointReferenceTypeFromDocumentImpl. getFrom()Gets the "From" elementEndpointReferenceTypeReplyToDocumentImpl. getReplyTo()Gets the "ReplyTo" elementMethods in org.w3.x2005.x08.addressing.impl with parameters of type EndpointReferenceType Modifier and Type Method Description voidEndpointReferenceDocumentImpl. setEndpointReference(EndpointReferenceType endpointReference)Sets the "EndpointReference" elementvoidFaultToDocumentImpl. setFaultTo(EndpointReferenceType faultTo)Sets the "FaultTo" elementvoidFromDocumentImpl. setFrom(EndpointReferenceType from)Sets the "From" elementvoidReplyToDocumentImpl. setReplyTo(EndpointReferenceType replyTo)Sets the "ReplyTo" element
-