Class BinarySecretTypeEnum.Factory
- java.lang.Object
-
- org.xmlsoap.schemas.ws.x2005.x02.trust.BinarySecretTypeEnum.Factory
-
- Enclosing interface:
- BinarySecretTypeEnum
public static final class BinarySecretTypeEnum.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 BinarySecretTypeEnumnewInstance()static BinarySecretTypeEnumnewInstance(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 BinarySecretTypeEnumnewValue(Object obj)static BinarySecretTypeEnumparse(File file)static BinarySecretTypeEnumparse(File file, XmlOptions options)static BinarySecretTypeEnumparse(InputStream is)static BinarySecretTypeEnumparse(InputStream is, XmlOptions options)static BinarySecretTypeEnumparse(Reader r)static BinarySecretTypeEnumparse(Reader r, XmlOptions options)static BinarySecretTypeEnumparse(String xmlAsString)static BinarySecretTypeEnumparse(String xmlAsString, XmlOptions options)static BinarySecretTypeEnumparse(URL u)static BinarySecretTypeEnumparse(URL u, XmlOptions options)static BinarySecretTypeEnumparse(XMLStreamReader sr)static BinarySecretTypeEnumparse(XMLStreamReader sr, XmlOptions options)static BinarySecretTypeEnumparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BinarySecretTypeEnumparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic BinarySecretTypeEnumparse(Node node)static BinarySecretTypeEnumparse(Node node, XmlOptions options)
-
-
-
Method Detail
-
newValue
public static BinarySecretTypeEnum newValue(Object obj)
-
newInstance
public static BinarySecretTypeEnum newInstance()
-
newInstance
public static BinarySecretTypeEnum newInstance(XmlOptions options)
-
parse
public static BinarySecretTypeEnum parse(String xmlAsString) throws XmlException
- Parameters:
xmlAsString- the string value to parse- Throws:
XmlException
-
parse
public static BinarySecretTypeEnum parse(String xmlAsString, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static BinarySecretTypeEnum parse(File file) throws XmlException, IOException
- Parameters:
file- the file from which to load an xml document- Throws:
XmlExceptionIOException
-
parse
public static BinarySecretTypeEnum parse(File file, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static BinarySecretTypeEnum parse(URL u) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static BinarySecretTypeEnum parse(URL u, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static BinarySecretTypeEnum parse(InputStream is) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static BinarySecretTypeEnum parse(InputStream is, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static BinarySecretTypeEnum parse(Reader r) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static BinarySecretTypeEnum parse(Reader r, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static BinarySecretTypeEnum parse(XMLStreamReader sr) throws XmlException
- Throws:
XmlException
-
parse
public static BinarySecretTypeEnum parse(XMLStreamReader sr, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static BinarySecretTypeEnum parse(Node node) throws XmlException
- Throws:
XmlException
-
parse
public static BinarySecretTypeEnum parse(Node node, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static BinarySecretTypeEnum 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 BinarySecretTypeEnum 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
-
-