Package org.sourceid.protocol.dsig10.xml
Class HMACOutputLengthType.Factory
- java.lang.Object
-
- org.sourceid.protocol.dsig10.xml.HMACOutputLengthType.Factory
-
- Enclosing interface:
- HMACOutputLengthType
public static final class HMACOutputLengthType.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 HMACOutputLengthTypenewInstance()static HMACOutputLengthTypenewInstance(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 HMACOutputLengthTypenewValue(Object obj)static HMACOutputLengthTypeparse(File file)static HMACOutputLengthTypeparse(File file, XmlOptions options)static HMACOutputLengthTypeparse(InputStream is)static HMACOutputLengthTypeparse(InputStream is, XmlOptions options)static HMACOutputLengthTypeparse(Reader r)static HMACOutputLengthTypeparse(Reader r, XmlOptions options)static HMACOutputLengthTypeparse(String xmlAsString)static HMACOutputLengthTypeparse(String xmlAsString, XmlOptions options)static HMACOutputLengthTypeparse(URL u)static HMACOutputLengthTypeparse(URL u, XmlOptions options)static HMACOutputLengthTypeparse(XMLStreamReader sr)static HMACOutputLengthTypeparse(XMLStreamReader sr, XmlOptions options)static HMACOutputLengthTypeparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic HMACOutputLengthTypeparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic HMACOutputLengthTypeparse(Node node)static HMACOutputLengthTypeparse(Node node, XmlOptions options)
-
-
-
Method Detail
-
newValue
public static HMACOutputLengthType newValue(Object obj)
-
newInstance
public static HMACOutputLengthType newInstance()
-
newInstance
public static HMACOutputLengthType newInstance(XmlOptions options)
-
parse
public static HMACOutputLengthType parse(String xmlAsString) throws XmlException
- Parameters:
xmlAsString- the string value to parse- Throws:
XmlException
-
parse
public static HMACOutputLengthType parse(String xmlAsString, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static HMACOutputLengthType parse(File file) throws XmlException, IOException
- Parameters:
file- the file from which to load an xml document- Throws:
XmlExceptionIOException
-
parse
public static HMACOutputLengthType parse(File file, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static HMACOutputLengthType parse(URL u) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static HMACOutputLengthType parse(URL u, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static HMACOutputLengthType parse(InputStream is) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static HMACOutputLengthType parse(InputStream is, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static HMACOutputLengthType parse(Reader r) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static HMACOutputLengthType parse(Reader r, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static HMACOutputLengthType parse(XMLStreamReader sr) throws XmlException
- Throws:
XmlException
-
parse
public static HMACOutputLengthType parse(XMLStreamReader sr, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static HMACOutputLengthType parse(Node node) throws XmlException
- Throws:
XmlException
-
parse
public static HMACOutputLengthType parse(Node node, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static HMACOutputLengthType 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 HMACOutputLengthType 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
-
-