public class JBossXBUnmarshallerImpl extends Object implements JBossXBUnmarshaller
| Constructor and Description |
|---|
JBossXBUnmarshallerImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String name)
Get the particular property in the underlying implementation of Unmarshaller.
|
void |
setProperty(String name,
Object value)
Set the particular property in the underlying implementation of Unmarshaller.
|
Object |
unmarshal(InputStream is)
Unmarshal XML data from the specified InputStream and return the resulting content tree.
|
public Object unmarshal(InputStream is) throws UnmarshalException
unmarshal in interface JBossXBUnmarshallerUnmarshalExceptionpublic Object getProperty(String name)
getProperty in interface JBossXBUnmarshallerpublic void setProperty(String name, Object value)
setProperty in interface JBossXBUnmarshallerCopyright © 2013 JBoss, by Red Hat. All Rights Reserved.