|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.junit.ResultCodec
public class ResultCodec
Perform marshalling and unmarshalling of results objects. For now it is plain java serialization.
| Constructor Summary | |
|---|---|
ResultCodec()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
marshallResult(Result result)
|
static Result |
unmarshallResult(java.lang.String hex)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultCodec()
| Method Detail |
|---|
public static java.lang.String marshallResult(Result result)
public static Result unmarshallResult(java.lang.String hex)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||