|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.ecf.remoteservice.client.StringParameterSerializer
public class StringParameterSerializer
Parameter serializer for String parameters.
Constructor Summary | |
---|---|
StringParameterSerializer()
|
Method Summary | |
---|---|
IRemoteCallParameter |
serializeParameter(java.lang.String uri,
IRemoteCall call,
IRemoteCallable callable,
IRemoteCallParameter paramDefault,
java.lang.Object paramToSerialize)
Serialize a remote call parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringParameterSerializer()
Method Detail |
---|
public IRemoteCallParameter serializeParameter(java.lang.String uri, IRemoteCall call, IRemoteCallable callable, IRemoteCallParameter paramDefault, java.lang.Object paramToSerialize) throws java.io.NotSerializableException
IRemoteCallParameterSerializer
serializeParameter
in interface IRemoteCallParameterSerializer
uri
- 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
.paramDefault
- the default value (from the callable), for the parameter to serialize.paramToSerialize
- the actual parameter value to serialize.
java.io.NotSerializableException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |