|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibis.gmi.ReplyPersonalizer
The ReplyPersonalizer
class can be extended by the user to create a
specific reply personalizer. The default one just copies.
Constructor Summary | |
ReplyPersonalizer()
|
Method Summary | |
void |
personalize(boolean in,
boolean[] out)
Personalize method for booleans. |
void |
personalize(byte in,
byte[] out)
Personalize method for bytes. |
void |
personalize(char in,
char[] out)
Personalize method for chars. |
void |
personalize(double in,
double[] out)
Personalize method for doubles. |
void |
personalize(java.lang.Exception in,
java.lang.Exception[] out)
Personalize method for Exceptions. |
void |
personalize(float in,
float[] out)
Personalize method for floats. |
void |
personalize(int in,
int[] out)
Personalize method for ints. |
void |
personalize(long in,
long[] out)
Personalize method for longs. |
void |
personalize(java.lang.Object in,
java.lang.Object[] out)
Personalize method for Objects |
void |
personalize(short in,
short[] out)
Personalize method for shorts. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReplyPersonalizer()
Method Detail |
public void personalize(boolean in, boolean[] out)
in
- the result of the method invocationout
- the array of personalized resultspublic void personalize(byte in, byte[] out)
in
- the result of the method invocationout
- the array of personalized resultspublic void personalize(short in, short[] out)
in
- the result of the method invocationout
- the array of personalized resultspublic void personalize(char in, char[] out)
in
- the result of the method invocationout
- the array of personalized resultspublic void personalize(int in, int[] out)
in
- the result of the method invocationout
- the array of personalized resultspublic void personalize(long in, long[] out)
in
- the result of the method invocationout
- the array of personalized resultspublic void personalize(float in, float[] out)
in
- the result of the method invocationout
- the array of personalized resultspublic void personalize(double in, double[] out)
in
- the result of the method invocationout
- the array of personalized resultspublic void personalize(java.lang.Object in, java.lang.Object[] out)
in
- the result of the method invocationout
- the array of personalized resultspublic void personalize(java.lang.Exception in, java.lang.Exception[] out)
in
- the result of the method invocationout
- the array of personalized results
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |