Uses of Interface
org.xmlsoap.schemas.ws.x2004.x08.addressing.ServiceNameType
-
Packages that use ServiceNameType Package Description org.xmlsoap.schemas.ws.x2004.x08.addressing -
-
Uses of ServiceNameType in org.xmlsoap.schemas.ws.x2004.x08.addressing
Methods in org.xmlsoap.schemas.ws.x2004.x08.addressing that return ServiceNameType Modifier and Type Method Description ServiceNameTypeEndpointReferenceType. addNewServiceName()Appends and returns a new empty "ServiceName" elementServiceNameTypeEndpointReferenceType. getServiceName()Gets the "ServiceName" elementstatic ServiceNameTypeServiceNameType.Factory. newInstance()static ServiceNameTypeServiceNameType.Factory. newInstance(XmlOptions options)static ServiceNameTypeServiceNameType.Factory. parse(File file)static ServiceNameTypeServiceNameType.Factory. parse(File file, XmlOptions options)static ServiceNameTypeServiceNameType.Factory. parse(InputStream is)static ServiceNameTypeServiceNameType.Factory. parse(InputStream is, XmlOptions options)static ServiceNameTypeServiceNameType.Factory. parse(Reader r)static ServiceNameTypeServiceNameType.Factory. parse(Reader r, XmlOptions options)static ServiceNameTypeServiceNameType.Factory. parse(String xmlAsString)static ServiceNameTypeServiceNameType.Factory. parse(String xmlAsString, XmlOptions options)static ServiceNameTypeServiceNameType.Factory. parse(URL u)static ServiceNameTypeServiceNameType.Factory. parse(URL u, XmlOptions options)static ServiceNameTypeServiceNameType.Factory. parse(XMLStreamReader sr)static ServiceNameTypeServiceNameType.Factory. parse(XMLStreamReader sr, XmlOptions options)static ServiceNameTypeServiceNameType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ServiceNameTypeServiceNameType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic ServiceNameTypeServiceNameType.Factory. parse(Node node)static ServiceNameTypeServiceNameType.Factory. parse(Node node, XmlOptions options)Methods in org.xmlsoap.schemas.ws.x2004.x08.addressing with parameters of type ServiceNameType Modifier and Type Method Description voidEndpointReferenceType. setServiceName(ServiceNameType serviceName)Sets the "ServiceName" element
-