Class ComputedKeyEnum.Factory
- java.lang.Object
-
- org.oasisOpen.docs.wsSx.wsTrust.x200512.ComputedKeyEnum.Factory
-
- Enclosing interface:
- ComputedKeyEnum
public static final class ComputedKeyEnum.Factory extends Object
A factory class with static methods for creating instances of this type.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ComputedKeyEnumnewInstance()static ComputedKeyEnumnewInstance(XmlOptions options)static org.apache.xmlbeans.xml.stream.XMLInputStreamnewValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic org.apache.xmlbeans.xml.stream.XMLInputStreamnewValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic ComputedKeyEnumnewValue(Object obj)static ComputedKeyEnumparse(File file)static ComputedKeyEnumparse(File file, XmlOptions options)static ComputedKeyEnumparse(InputStream is)static ComputedKeyEnumparse(InputStream is, XmlOptions options)static ComputedKeyEnumparse(Reader r)static ComputedKeyEnumparse(Reader r, XmlOptions options)static ComputedKeyEnumparse(String xmlAsString)static ComputedKeyEnumparse(String xmlAsString, XmlOptions options)static ComputedKeyEnumparse(URL u)static ComputedKeyEnumparse(URL u, XmlOptions options)static ComputedKeyEnumparse(XMLStreamReader sr)static ComputedKeyEnumparse(XMLStreamReader sr, XmlOptions options)static ComputedKeyEnumparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ComputedKeyEnumparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic ComputedKeyEnumparse(Node node)static ComputedKeyEnumparse(Node node, XmlOptions options)
-
-
-
Method Detail
-
newValue
public static ComputedKeyEnum newValue(Object obj)
-
newInstance
public static ComputedKeyEnum newInstance()
-
newInstance
public static ComputedKeyEnum newInstance(XmlOptions options)
-
parse
public static ComputedKeyEnum parse(String xmlAsString) throws XmlException
- Parameters:
xmlAsString- the string value to parse- Throws:
XmlException
-
parse
public static ComputedKeyEnum parse(String xmlAsString, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static ComputedKeyEnum parse(File file) throws XmlException, IOException
- Parameters:
file- the file from which to load an xml document- Throws:
XmlExceptionIOException
-
parse
public static ComputedKeyEnum parse(File file, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static ComputedKeyEnum parse(URL u) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static ComputedKeyEnum parse(URL u, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static ComputedKeyEnum parse(InputStream is) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static ComputedKeyEnum parse(InputStream is, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static ComputedKeyEnum parse(Reader r) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static ComputedKeyEnum parse(Reader r, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static ComputedKeyEnum parse(XMLStreamReader sr) throws XmlException
- Throws:
XmlException
-
parse
public static ComputedKeyEnum parse(XMLStreamReader sr, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static ComputedKeyEnum parse(Node node) throws XmlException
- Throws:
XmlException
-
parse
public static ComputedKeyEnum parse(Node node, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static ComputedKeyEnum parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
parse
public static ComputedKeyEnum parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
newValidatingXMLInputStream
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamExceptionDeprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
newValidatingXMLInputStream
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamExceptionDeprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
-