Class UnmarshallerImpl
- java.lang.Object
-
- javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallerImpl
-
- All Implemented Interfaces:
javax.xml.bind.Unmarshaller
public class UnmarshallerImpl extends javax.xml.bind.helpers.AbstractUnmarshallerImplDefault Unmarshall implementation.This class can be extended by the generated code to provide type-safe unmarshall methods.
- Author:
- Kohsuke KAWAGUCHI
-
-
Constructor Summary
Constructors Constructor Description UnmarshallerImpl(DefaultJAXBContextImpl context, GrammarInfo gi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.UnmarshallerHandlergetUnmarshallerHandler()voidsetValidating(boolean validating)Objectunmarshal(SAXSource source)Objectunmarshal(Node node)protected Objectunmarshal(XMLReader reader, InputSource source)-
Methods inherited from class javax.xml.bind.helpers.AbstractUnmarshallerImpl
createUnmarshalException, getAdapter, getAttachmentUnmarshaller, getEventHandler, getListener, getProperty, getSchema, getXMLReader, isValidating, setAdapter, setAdapter, setAttachmentUnmarshaller, setEventHandler, setListener, setProperty, setSchema, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal
-
-
-
-
Constructor Detail
-
UnmarshallerImpl
public UnmarshallerImpl(DefaultJAXBContextImpl context, GrammarInfo gi)
-
-
Method Detail
-
setValidating
public void setValidating(boolean validating) throws javax.xml.bind.JAXBException- Specified by:
setValidatingin interfacejavax.xml.bind.Unmarshaller- Overrides:
setValidatingin classjavax.xml.bind.helpers.AbstractUnmarshallerImpl- Throws:
javax.xml.bind.JAXBException
-
getUnmarshallerHandler
public javax.xml.bind.UnmarshallerHandler getUnmarshallerHandler()
-
unmarshal
protected Object unmarshal(XMLReader reader, InputSource source) throws javax.xml.bind.JAXBException
- Specified by:
unmarshalin classjavax.xml.bind.helpers.AbstractUnmarshallerImpl- Throws:
javax.xml.bind.JAXBException
-
unmarshal
public final Object unmarshal(Node node) throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
-
-