Uses of Interface
org.xmlsoap.schemas.ws.x2004.x08.addressing.AttributedURI
-
Packages that use AttributedURI Package Description org.xmlsoap.schemas.ws.x2004.x08.addressing -
-
Uses of AttributedURI in org.xmlsoap.schemas.ws.x2004.x08.addressing
Methods in org.xmlsoap.schemas.ws.x2004.x08.addressing that return AttributedURI Modifier and Type Method Description AttributedURIActionDocument. addNewAction()Appends and returns a new empty "Action" elementAttributedURIEndpointReferenceType. addNewAddress()Appends and returns a new empty "Address" elementAttributedURIMessageIDDocument. addNewMessageID()Appends and returns a new empty "MessageID" elementAttributedURIToDocument. addNewTo()Appends and returns a new empty "To" elementAttributedURIActionDocument. getAction()Gets the "Action" elementAttributedURIEndpointReferenceType. getAddress()Gets the "Address" elementAttributedURIMessageIDDocument. getMessageID()Gets the "MessageID" elementAttributedURIToDocument. getTo()Gets the "To" elementstatic AttributedURIAttributedURI.Factory. newInstance()static AttributedURIAttributedURI.Factory. newInstance(XmlOptions options)static AttributedURIAttributedURI.Factory. parse(File file)static AttributedURIAttributedURI.Factory. parse(File file, XmlOptions options)static AttributedURIAttributedURI.Factory. parse(InputStream is)static AttributedURIAttributedURI.Factory. parse(InputStream is, XmlOptions options)static AttributedURIAttributedURI.Factory. parse(Reader r)static AttributedURIAttributedURI.Factory. parse(Reader r, XmlOptions options)static AttributedURIAttributedURI.Factory. parse(String xmlAsString)static AttributedURIAttributedURI.Factory. parse(String xmlAsString, XmlOptions options)static AttributedURIAttributedURI.Factory. parse(URL u)static AttributedURIAttributedURI.Factory. parse(URL u, XmlOptions options)static AttributedURIAttributedURI.Factory. parse(XMLStreamReader sr)static AttributedURIAttributedURI.Factory. parse(XMLStreamReader sr, XmlOptions options)static AttributedURIAttributedURI.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AttributedURIAttributedURI.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic AttributedURIAttributedURI.Factory. parse(Node node)static AttributedURIAttributedURI.Factory. parse(Node node, XmlOptions options)Methods in org.xmlsoap.schemas.ws.x2004.x08.addressing with parameters of type AttributedURI Modifier and Type Method Description voidActionDocument. setAction(AttributedURI action)Sets the "Action" elementvoidEndpointReferenceType. setAddress(AttributedURI address)Sets the "Address" elementvoidMessageIDDocument. setMessageID(AttributedURI messageID)Sets the "MessageID" elementvoidToDocument. setTo(AttributedURI to)Sets the "To" element
-