Uses of Interface
org.xmlsoap.schemas.ws.x2005.x02.trust.LifetimeDocument
-
Packages that use LifetimeDocument Package Description org.xmlsoap.schemas.ws.x2005.x02.trust -
-
Uses of LifetimeDocument in org.xmlsoap.schemas.ws.x2005.x02.trust
Methods in org.xmlsoap.schemas.ws.x2005.x02.trust that return LifetimeDocument Modifier and Type Method Description static LifetimeDocumentLifetimeDocument.Factory. newInstance()static LifetimeDocumentLifetimeDocument.Factory. newInstance(XmlOptions options)static LifetimeDocumentLifetimeDocument.Factory. parse(File file)static LifetimeDocumentLifetimeDocument.Factory. parse(File file, XmlOptions options)static LifetimeDocumentLifetimeDocument.Factory. parse(InputStream is)static LifetimeDocumentLifetimeDocument.Factory. parse(InputStream is, XmlOptions options)static LifetimeDocumentLifetimeDocument.Factory. parse(Reader r)static LifetimeDocumentLifetimeDocument.Factory. parse(Reader r, XmlOptions options)static LifetimeDocumentLifetimeDocument.Factory. parse(String xmlAsString)static LifetimeDocumentLifetimeDocument.Factory. parse(String xmlAsString, XmlOptions options)static LifetimeDocumentLifetimeDocument.Factory. parse(URL u)static LifetimeDocumentLifetimeDocument.Factory. parse(URL u, XmlOptions options)static LifetimeDocumentLifetimeDocument.Factory. parse(XMLStreamReader sr)static LifetimeDocumentLifetimeDocument.Factory. parse(XMLStreamReader sr, XmlOptions options)static LifetimeDocumentLifetimeDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LifetimeDocumentLifetimeDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic LifetimeDocumentLifetimeDocument.Factory. parse(Node node)static LifetimeDocumentLifetimeDocument.Factory. parse(Node node, XmlOptions options)
-