|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ecf.remoteservice.client.AbstractParameterSerializer
public abstract class AbstractParameterSerializer
| Constructor Summary | |
|---|---|
AbstractParameterSerializer()
|
|
| Method Summary | |
|---|---|
IRemoteCallParameter[] |
serializeParameter(java.lang.String endpoint,
IRemoteCall call,
IRemoteCallable callable,
IRemoteCallParameter[] currentParameters,
java.lang.Object[] paramToSerialize)
Serializes all remote call parameters of this call. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.ecf.remoteservice.client.IRemoteCallParameterSerializer |
|---|
serializeParameter |
| Constructor Detail |
|---|
public AbstractParameterSerializer()
| Method Detail |
|---|
public IRemoteCallParameter[] serializeParameter(java.lang.String endpoint,
IRemoteCall call,
IRemoteCallable callable,
IRemoteCallParameter[] currentParameters,
java.lang.Object[] paramToSerialize)
IRemoteCallParameterSerializerIRemoteCallParameterIRemoteCallParameterSerializer.serializeParameter(String, IRemoteCall, IRemoteCallable, IRemoteCallParameter, Object)
and allows to override its results (read override IRemoteCallParameters).
serializeParameter in interface IRemoteCallParameterSerializerendpoint - the endpoint. Should not be null.call - the call associated with the parameter to serialize. Will not be null.callable - the callable associated with the parameter to serialize. Will not be null.currentParameters - the list of current parameters (from the callable) that would be sendparamToSerialize - all parameters to serialize.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||