|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ten60.netkernel.layer1.transrepresentation.SimpleTransreptorImpl
org.ten60.netkernel.xml.transrepresentation.SAX2XmlObject
public class SAX2XmlObject
Creates a XMLObject Aspect from a SAX Stream
| Constructor Summary | |
|---|---|
SAX2XmlObject()
|
|
| 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 |
IURRepresentation |
transrepresent(IURRepresentation aFrom)
Transrepresent the given Representation |
| Methods inherited from class org.ten60.netkernel.layer1.transrepresentation.SimpleTransreptorImpl |
|---|
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 SAX2XmlObject()
| 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
public IURRepresentation transrepresent(IURRepresentation aFrom)
throws NetKernelException
SimpleTransreptorImpl
transrepresent in class SimpleTransreptorImplaFrom - the representation to transrepresent
NetKernelException - throw if the transrepresentation fails for any reason
|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||