|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Marshaller in org.jboss.aspects.remoting.interceptors.marshall |
Constructors in org.jboss.aspects.remoting.interceptors.marshall with parameters of type Marshaller | |
MarshallInterceptor(Marshaller marshaller)
|
Uses of Marshaller in org.jboss.remoting |
Methods in org.jboss.remoting that return Marshaller | |
Marshaller |
RemoteClientInvoker.getMarshaller()
|
Methods in org.jboss.remoting with parameters of type Marshaller | |
protected abstract Object |
RemoteClientInvoker.transport(String sessionId,
Object invocation,
Map metadata,
Marshaller marshaller,
UnMarshaller unmarshaller)
|
void |
RemoteClientInvoker.setMarshaller(Marshaller marshaller)
|
void |
Client.setMarshaller(Marshaller marshaller)
|
Uses of Marshaller in org.jboss.remoting.marshal |
Methods in org.jboss.remoting.marshal that return Marshaller | |
static Marshaller |
MarshallerLoaderClient.getMarshaller(InvokerLocator loaderLocator,
String dataType,
ClassLoader classByteLoader)
Will call on marshall loader server to load marshaller for given data type. |
static Marshaller |
MarshalFactory.getMarshaller(Class classType)
Looks up marshaller by class type. |
static Marshaller |
MarshalFactory.getMarshaller(String dataType)
Gets marshaller based on data type (i.e. |
static Marshaller |
MarshalFactory.getMarshaller(InvokerLocator locator,
ClassLoader classLoader)
Will try to look up marshaller by first looking for data type parameter within locator and then using that to look up marhsaller locally. |
Methods in org.jboss.remoting.marshal with parameters of type Marshaller | |
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 Marshaller in org.jboss.remoting.marshal.http |
Classes in org.jboss.remoting.marshal.http that implement Marshaller | |
class |
HTTPMarshaller
|
Uses of Marshaller in org.jboss.remoting.marshal.serializable |
Classes in org.jboss.remoting.marshal.serializable that implement Marshaller | |
class |
SerializableMarshaller
Simple marshaller that simply serializes java objects using standard output stream. |
Uses of Marshaller in org.jboss.remoting.transport |
Methods in org.jboss.remoting.transport that return Marshaller | |
Marshaller |
ClientInvoker.getMarshaller()
|
Methods in org.jboss.remoting.transport with parameters of type Marshaller | |
void |
ClientInvoker.setMarshaller(Marshaller marshaller)
|
Uses of Marshaller in org.jboss.remoting.transport.http |
Methods in org.jboss.remoting.transport.http with parameters of type Marshaller | |
protected Object |
HTTPClientInvoker.transport(String sessionId,
Object invocation,
Map metadata,
Marshaller marshaller,
UnMarshaller unmarshaller)
|
Uses of Marshaller in org.jboss.remoting.transport.local |
Methods in org.jboss.remoting.transport.local that return Marshaller | |
Marshaller |
LocalClientInvoker.getMarshaller()
|
Methods in org.jboss.remoting.transport.local with parameters of type Marshaller | |
void |
LocalClientInvoker.setMarshaller(Marshaller marshaller)
|
Uses of Marshaller in org.jboss.remoting.transport.rmi |
Methods in org.jboss.remoting.transport.rmi with parameters of type Marshaller | |
protected Object |
RMIClientInvoker.transport(String sessionId,
Object invocation,
Map metadata,
Marshaller marshaller,
UnMarshaller unmarshaller)
|
Uses of Marshaller in org.jboss.remoting.transport.socket |
Methods in org.jboss.remoting.transport.socket with parameters of type Marshaller | |
protected Object |
SocketClientInvoker.transport(String sessionId,
Object invocation,
Map metadata,
Marshaller marshaller,
UnMarshaller unmarshaller)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |