|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PreferredStreamUnMarshaller
A PreferedStreamUnMarshaller can create from a raw InputStream the particular InputStream it prefers to use
Copyright (c) Jan 26, 2007
Method Summary | |
---|---|
java.io.InputStream |
getMarshallingStream(java.io.InputStream inputStream)
An application that calls getMarshallingStream() should provide a basic InpputStream, e.g., SocketIntputStream, which can be wrapped to provide the facilities desired by the PreferredStreamUnMarshaller. |
java.io.InputStream |
getMarshallingStream(java.io.InputStream inputStream,
java.util.Map config)
An application that calls getMarshallingStream() should provide a basic InpputStream, e.g., SocketIntputStream, which can be wrapped to provide the facilities desired by the PreferredStreamUnMarshaller. |
Methods inherited from interface org.jboss.remoting.marshal.SerialUnMarshaller |
---|
getSerializationType, setSerializationType |
Methods inherited from interface org.jboss.remoting.marshal.UnMarshaller |
---|
cloneUnMarshaller, read, setClassLoader |
Method Detail |
---|
java.io.InputStream getMarshallingStream(java.io.InputStream inputStream) throws java.io.IOException
inputStream
- a raw IntputStream
java.io.IOException
- if unable to create InputStreamjava.io.InputStream getMarshallingStream(java.io.InputStream inputStream, java.util.Map config) throws java.io.IOException
inputStream
- a raw IntputStreamconfig
- a Map with configuration information (e.g., serialization type)
java.io.IOException
- if unable to create InputStream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |