public class SOAPMessageUnMarshaller extends Object implements UnMarshaller
| Constructor and Description |
|---|
SOAPMessageUnMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
protected MessageFactoryImpl |
getMessageFactory() |
Object |
read(InputStream inputStream,
Map<String,Object> metadata,
Map<String,Object> headers)
Will read from the inputstream and convert contents to java Object.
|
public Object read(InputStream inputStream, Map<String,Object> metadata, Map<String,Object> headers) throws IOException
UnMarshallerread in interface UnMarshallerinputStream - stream to read data from to do conversion.metadata - can be any transport specific metadata (such as headers from http transport).
This can be null, depending on if transport supports metadata.IOException - all specific i/o exceptions need to be thrown as this.protected MessageFactoryImpl getMessageFactory()
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.