| java.lang.Object javax.xml.bind.helpers.AbstractUnmarshallerImpl com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
Method Summary | |
public UnmarshalException | createUnmarshalException(SAXException e) | final public XmlVisitor | createUnmarshallerHandler(InfosetScanner scanner, boolean inplace, JaxBeanInfo expectedType) Creates and configures a new unmarshalling pipe line.
Depending on the setting, we put a validator as a filter.
A component that implements both UnmarshallerHandlerand ValidationEventHandler. | public A | getAdapter(Class<A> type) | public AttachmentUnmarshaller | getAttachmentUnmarshaller() | public JaxBeanInfo<T> | getBeanInfo(Class<T> clazz) | final public ValidationEventHandler | getEventHandler() | public Listener | getListener() | public Object | getProperty(String name) | public Schema | getSchema() | public UnmarshallerHandler | getUnmarshallerHandler() | public boolean | handleEvent(ValidationEvent event) Default error handling behavior fot
Unmarshaller . | final public boolean | hasEventHandler() Returns true if an event handler is installed. | public boolean | isValidating() | public static boolean | needsInterning(XMLReader reader) | public void | setAdapter(Class<A> type, A adapter) | public void | setAttachmentUnmarshaller(AttachmentUnmarshaller au) | public void | setListener(Listener listener) | public void | setProperty(String name, Object value) | public void | setSchema(Schema schema) | public void | setValidating(boolean validating) | protected Object | unmarshal(XMLReader reader, InputSource source) | protected JAXBElement<T> | unmarshal(XMLReader reader, InputSource source, Class<T> expectedType) | public JAXBElement<T> | unmarshal(Source source, Class<T> expectedType) | public JAXBElement<T> | unmarshal(Node node, Class<T> expectedType) | final public Object | unmarshal(Node node) | final public Object | unmarshal(SAXSource source) | public Object | unmarshal(XMLStreamReader reader) | public JAXBElement<T> | unmarshal(XMLStreamReader reader, Class<T> expectedType) | public JAXBElement<T> | unmarshal(XMLEventReader reader, Class<T> expectedType) | public Object | unmarshal(XMLEventReader reader) | public Object | unmarshal0(Source source, JaxBeanInfo expectedType) | final public Object | unmarshal0(Node node, JaxBeanInfo expectedType) | public Object | unmarshal0(XMLStreamReader reader, JaxBeanInfo expectedType) | public Object | unmarshal0(InputStream input, JaxBeanInfo expectedType) |
createUnmarshallerHandler | final public XmlVisitor createUnmarshallerHandler(InfosetScanner scanner, boolean inplace, JaxBeanInfo expectedType)(Code) | | Creates and configures a new unmarshalling pipe line.
Depending on the setting, we put a validator as a filter.
A component that implements both UnmarshallerHandlerand ValidationEventHandler. All the parsing errorsshould be reported to this error handler for the unmarshallingprocess to work correctly.Also, returned handler expects all the XML names to be interned. |
getListener | public Listener getListener()(Code) | | |
hasEventHandler | final public boolean hasEventHandler()(Code) | | Returns true if an event handler is installed.
The default handler ignores any errors, and for that this method returns false.
|
isValidating | public boolean isValidating()(Code) | | |
setAdapter | public void setAdapter(Class<A> type, A adapter)(Code) | | |
setListener | public void setListener(Listener listener)(Code) | | |
setValidating | public void setValidating(boolean validating)(Code) | | |
Fields inherited from javax.xml.bind.helpers.AbstractUnmarshallerImpl | protected boolean validating(Code)(Java Doc)
|
|
|