Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobStateDocument

Uses of JobStateDocument in org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03
 

Methods in org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03 that return JobStateDocument
static JobStateDocument JobStateDocument.Factory.newInstance()
           
static JobStateDocument JobStateDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static JobStateDocument JobStateDocument.Factory.parse(java.lang.String s)
           
static JobStateDocument JobStateDocument.Factory.parse(java.lang.String s, org.apache.xmlbeans.XmlOptions options)
           
static JobStateDocument JobStateDocument.Factory.parse(java.io.File f)
           
static JobStateDocument JobStateDocument.Factory.parse(java.io.File f, org.apache.xmlbeans.XmlOptions options)
           
static JobStateDocument JobStateDocument.Factory.parse(java.net.URL u)
           
static JobStateDocument JobStateDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static JobStateDocument JobStateDocument.Factory.parse(java.io.InputStream is)
           
static JobStateDocument JobStateDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static JobStateDocument JobStateDocument.Factory.parse(java.io.Reader r)
           
static JobStateDocument JobStateDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static JobStateDocument JobStateDocument.Factory.parse(org.w3c.dom.Node node)
           
static JobStateDocument JobStateDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static JobStateDocument JobStateDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static JobStateDocument JobStateDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)