Uses of Interface
org.xmlsoap.schemas.ws.x2004.x08.addressing.AttributedQName
-
Packages that use AttributedQName Package Description org.xmlsoap.schemas.ws.x2004.x08.addressing -
-
Uses of AttributedQName in org.xmlsoap.schemas.ws.x2004.x08.addressing
Methods in org.xmlsoap.schemas.ws.x2004.x08.addressing that return AttributedQName Modifier and Type Method Description AttributedQNameEndpointReferenceType. addNewPortType()Appends and returns a new empty "PortType" elementAttributedQNameEndpointReferenceType. getPortType()Gets the "PortType" elementstatic AttributedQNameAttributedQName.Factory. newInstance()static AttributedQNameAttributedQName.Factory. newInstance(XmlOptions options)static AttributedQNameAttributedQName.Factory. parse(File file)static AttributedQNameAttributedQName.Factory. parse(File file, XmlOptions options)static AttributedQNameAttributedQName.Factory. parse(InputStream is)static AttributedQNameAttributedQName.Factory. parse(InputStream is, XmlOptions options)static AttributedQNameAttributedQName.Factory. parse(Reader r)static AttributedQNameAttributedQName.Factory. parse(Reader r, XmlOptions options)static AttributedQNameAttributedQName.Factory. parse(String xmlAsString)static AttributedQNameAttributedQName.Factory. parse(String xmlAsString, XmlOptions options)static AttributedQNameAttributedQName.Factory. parse(URL u)static AttributedQNameAttributedQName.Factory. parse(URL u, XmlOptions options)static AttributedQNameAttributedQName.Factory. parse(XMLStreamReader sr)static AttributedQNameAttributedQName.Factory. parse(XMLStreamReader sr, XmlOptions options)static AttributedQNameAttributedQName.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AttributedQNameAttributedQName.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic AttributedQNameAttributedQName.Factory. parse(Node node)static AttributedQNameAttributedQName.Factory. parse(Node node, XmlOptions options)Methods in org.xmlsoap.schemas.ws.x2004.x08.addressing with parameters of type AttributedQName Modifier and Type Method Description voidEndpointReferenceType. setPortType(AttributedQName portType)Sets the "PortType" element
-