Class FastinfoSetUnmarshaller
- java.lang.Object
 - 
- org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
 
- 
- All Implemented Interfaces:
 Unmarshaller
public class FastinfoSetUnmarshaller extends Object implements Unmarshaller
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface javax.xml.bind.Unmarshaller
Unmarshaller.Listener 
 - 
 
- 
Constructor Summary
Constructors Constructor Description FastinfoSetUnmarshaller(JAXBContext context) 
- 
Method Summary
 
 - 
 
- 
- 
Constructor Detail
- 
FastinfoSetUnmarshaller
public FastinfoSetUnmarshaller(JAXBContext context) throws JAXBException
- Throws:
 JAXBException
 
 - 
 
- 
Method Detail
- 
getFastinfoSetXMLStreamReader
protected static XMLStreamReader getFastinfoSetXMLStreamReader(InputStream entityStream)
 
- 
unmarshal
public Object unmarshal(File file) throws JAXBException
- Specified by:
 unmarshalin interfaceUnmarshaller- Throws:
 JAXBException
 
- 
unmarshal
public Object unmarshal(InputStream inputStream) throws JAXBException
- Specified by:
 unmarshalin interfaceUnmarshaller- Throws:
 JAXBException
 
- 
unmarshal
public Object unmarshal(Reader reader) throws JAXBException
- Specified by:
 unmarshalin interfaceUnmarshaller- Throws:
 JAXBException
 
- 
unmarshal
public Object unmarshal(URL url) throws JAXBException
- Specified by:
 unmarshalin interfaceUnmarshaller- Throws:
 JAXBException
 
- 
unmarshal
public Object unmarshal(InputSource inputSource) throws JAXBException
- Specified by:
 unmarshalin interfaceUnmarshaller- Throws:
 JAXBException
 
- 
unmarshal
public Object unmarshal(Node node) throws JAXBException
- Specified by:
 unmarshalin interfaceUnmarshaller- Throws:
 JAXBException
 
- 
unmarshal
public <T> JAXBElement<T> unmarshal(Node node, Class<T> tClass) throws JAXBException
- Specified by:
 unmarshalin interfaceUnmarshaller- Throws:
 JAXBException
 
- 
unmarshal
public Object unmarshal(Source source) throws JAXBException
- Specified by:
 unmarshalin interfaceUnmarshaller- Throws:
 JAXBException
 
- 
unmarshal
public <T> JAXBElement<T> unmarshal(Source source, Class<T> tClass) throws JAXBException
- Specified by:
 unmarshalin interfaceUnmarshaller- Throws:
 JAXBException
 
- 
unmarshal
public Object unmarshal(XMLStreamReader xmlStreamReader) throws JAXBException
- Specified by:
 unmarshalin interfaceUnmarshaller- Throws:
 JAXBException
 
- 
unmarshal
public <T> JAXBElement<T> unmarshal(XMLStreamReader xmlStreamReader, Class<T> tClass) throws JAXBException
- Specified by:
 unmarshalin interfaceUnmarshaller- Throws:
 JAXBException
 
- 
unmarshal
public Object unmarshal(XMLEventReader xmlEventReader) throws JAXBException
- Specified by:
 unmarshalin interfaceUnmarshaller- Throws:
 JAXBException
 
- 
unmarshal
public <T> JAXBElement<T> unmarshal(XMLEventReader xmlEventReader, Class<T> tClass) throws JAXBException
- Specified by:
 unmarshalin interfaceUnmarshaller- Throws:
 JAXBException
 
- 
getUnmarshallerHandler
public UnmarshallerHandler getUnmarshallerHandler()
- Specified by:
 getUnmarshallerHandlerin interfaceUnmarshaller
 
- 
setValidating
public void setValidating(boolean b) throws JAXBException- Specified by:
 setValidatingin interfaceUnmarshaller- Throws:
 JAXBException
 
- 
isValidating
public boolean isValidating() throws JAXBException- Specified by:
 isValidatingin interfaceUnmarshaller- Throws:
 JAXBException
 
- 
setEventHandler
public void setEventHandler(ValidationEventHandler validationEventHandler) throws JAXBException
- Specified by:
 setEventHandlerin interfaceUnmarshaller- Throws:
 JAXBException
 
- 
getEventHandler
public ValidationEventHandler getEventHandler() throws JAXBException
- Specified by:
 getEventHandlerin interfaceUnmarshaller- Throws:
 JAXBException
 
- 
setProperty
public void setProperty(String s, Object o) throws PropertyException
- Specified by:
 setPropertyin interfaceUnmarshaller- Throws:
 PropertyException
 
- 
getProperty
public Object getProperty(String s) throws PropertyException
- Specified by:
 getPropertyin interfaceUnmarshaller- Throws:
 PropertyException
 
- 
setSchema
public void setSchema(Schema schema)
- Specified by:
 setSchemain interfaceUnmarshaller
 
- 
getSchema
public Schema getSchema()
- Specified by:
 getSchemain interfaceUnmarshaller
 
- 
setAdapter
public void setAdapter(XmlAdapter xmlAdapter)
- Specified by:
 setAdapterin interfaceUnmarshaller
 
- 
setAdapter
public <A extends XmlAdapter> void setAdapter(Class<A> aClass, A a)
- Specified by:
 setAdapterin interfaceUnmarshaller
 
- 
getAdapter
public <A extends XmlAdapter> A getAdapter(Class<A> aClass)
- Specified by:
 getAdapterin interfaceUnmarshaller
 
- 
setAttachmentUnmarshaller
public void setAttachmentUnmarshaller(AttachmentUnmarshaller attachmentUnmarshaller)
- Specified by:
 setAttachmentUnmarshallerin interfaceUnmarshaller
 
- 
getAttachmentUnmarshaller
public AttachmentUnmarshaller getAttachmentUnmarshaller()
- Specified by:
 getAttachmentUnmarshallerin interfaceUnmarshaller
 
- 
setListener
public void setListener(Unmarshaller.Listener listener)
- Specified by:
 setListenerin interfaceUnmarshaller
 
- 
getListener
public Unmarshaller.Listener getListener()
- Specified by:
 getListenerin interfaceUnmarshaller
 
 - 
 
 -