|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UnMarshaller in org.jboss.remoting |
Methods in org.jboss.remoting that return UnMarshaller | |
UnMarshaller |
RemoteClientInvoker.getUnMarshaller()
|
Methods in org.jboss.remoting with parameters of type UnMarshaller | |
protected abstract Object |
RemoteClientInvoker.transport(String sessionId,
Object invocation,
Map metadata,
Marshaller marshaller,
UnMarshaller unmarshaller)
|
void |
RemoteClientInvoker.setUnMarshaller(UnMarshaller unmarshaller)
|
void |
Client.setUnMarshaller(UnMarshaller unmarshaller)
|
Uses of UnMarshaller in org.jboss.remoting.marshal |
Methods in org.jboss.remoting.marshal that return UnMarshaller | |
static UnMarshaller |
MarshallerLoaderClient.getUnMarshaller(InvokerLocator loaderLocator,
String dataType,
ClassLoader classByteLoader)
Will call on marshall loader server to load unmarshaller for given data type. |
static UnMarshaller |
MarshalFactory.getUnMarshaller(Class classType)
Returns unmarshaller by class type. |
static UnMarshaller |
MarshalFactory.getUnMarshaller(String dataType)
Gets the marshaller based on data type (i.e. |
static UnMarshaller |
MarshalFactory.getUnMarshaller(InvokerLocator locator,
ClassLoader classLoader)
Will try to look up unmarshaller by first looking for data type parameter within locator and then using that to look up unmarshaller locally. |
Methods in org.jboss.remoting.marshal with parameters of type UnMarshaller | |
static void |
MarshalFactory.addMarshaller(Class classType,
Marshaller marshaller,
UnMarshaller unMarshaller)
Will add the marshaller and unmarshaller based on class type. |
static void |
MarshalFactory.addMarshaller(String dataType,
Marshaller marshaller,
UnMarshaller unMarshaller)
Adds the marshaller and unmarshaller based on data type. |
Uses of UnMarshaller in org.jboss.remoting.marshal.http |
Classes in org.jboss.remoting.marshal.http that implement UnMarshaller | |
class |
HTTPUnMarshaller
|
Uses of UnMarshaller in org.jboss.remoting.marshal.serializable |
Classes in org.jboss.remoting.marshal.serializable that implement UnMarshaller | |
class |
SerializableUnMarshaller
Will perform the deserialization of objects off the wire. |
Uses of UnMarshaller in org.jboss.remoting.transport |
Methods in org.jboss.remoting.transport that return UnMarshaller | |
UnMarshaller |
ClientInvoker.getUnMarshaller()
|
Methods in org.jboss.remoting.transport with parameters of type UnMarshaller | |
void |
ClientInvoker.setUnMarshaller(UnMarshaller unmarshaller)
|
Uses of UnMarshaller in org.jboss.remoting.transport.http |
Methods in org.jboss.remoting.transport.http with parameters of type UnMarshaller | |
protected Object |
HTTPClientInvoker.transport(String sessionId,
Object invocation,
Map metadata,
Marshaller marshaller,
UnMarshaller unmarshaller)
|
Uses of UnMarshaller in org.jboss.remoting.transport.local |
Methods in org.jboss.remoting.transport.local that return UnMarshaller | |
UnMarshaller |
LocalClientInvoker.getUnMarshaller()
|
Methods in org.jboss.remoting.transport.local with parameters of type UnMarshaller | |
void |
LocalClientInvoker.setUnMarshaller(UnMarshaller unmarshaller)
|
Uses of UnMarshaller in org.jboss.remoting.transport.rmi |
Methods in org.jboss.remoting.transport.rmi with parameters of type UnMarshaller | |
protected Object |
RMIClientInvoker.transport(String sessionId,
Object invocation,
Map metadata,
Marshaller marshaller,
UnMarshaller unmarshaller)
|
Uses of UnMarshaller in org.jboss.remoting.transport.socket |
Methods in org.jboss.remoting.transport.socket with parameters of type UnMarshaller | |
protected Object |
SocketClientInvoker.transport(String sessionId,
Object invocation,
Map metadata,
Marshaller marshaller,
UnMarshaller unmarshaller)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |