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 JBossXBUnmarshaller
UnmarshalException
public Object getProperty(String name)
getProperty
in interface JBossXBUnmarshaller
public void setProperty(String name, Object value)
setProperty
in interface JBossXBUnmarshaller
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.