|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ten60.netkernel.layer1.nkf.impl.NKFTransreptorImpl
org.ten60.netkernel.xml.transrepresentation.XmlObjectSerializer
public class XmlObjectSerializer
Serialise XMLObject to a binary stream
| Constructor Summary | |
|---|---|
XmlObjectSerializer()
|
|
| Method Summary | |
|---|---|
boolean |
supports(IURRepresentation aFrom,
java.lang.Class aTo)
Returns true if the given representation can be transrepresented using this transreptor to the given interface |
protected void |
transrepresent(INKFConvenienceHelper context)
Implement this method to provide the resultant representation on the response |
| Methods inherited from class org.ten60.netkernel.layer1.nkf.impl.NKFTransreptorImpl |
|---|
destroy, getModule, initialise, transrepresent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlObjectSerializer()
| Method Detail |
|---|
public boolean supports(IURRepresentation aFrom,
java.lang.Class aTo)
ITransrepresentor
aFrom - the representation to transrepresentaTo - the interface we want a new aspect to implement
protected void transrepresent(INKFConvenienceHelper context)
throws java.lang.Exception
NKFTransreptorImpl
transrepresent in class NKFTransreptorImplcontext - the full NKF context for the request
java.lang.Exception - you can throw any exception you like and it will be mapped
into a NetKernelException
|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||