org.ten60.netkernel.xml.transrepresentation
Class BinaryStreamToSAX
java.lang.Object
org.ten60.netkernel.layer1.transrepresentation.SimpleTransreptorImpl
org.ten60.netkernel.xml.transrepresentation.BinaryStreamToSAX
- All Implemented Interfaces:
- ITransrepresentor, IURComponent
- public class BinaryStreamToSAX
- extends SimpleTransreptorImpl
Parses a binary stream into a SAX stream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryStreamToSAX
public BinaryStreamToSAX()
supports
public boolean supports(IURRepresentation aFrom,
Class aTo)
- Description copied from interface:
ITransrepresentor
- Returns true if the given representation can be transrepresented using this transreptor to the given interface
- Parameters:
aFrom
- the representation to transrepresentaTo
- the interface we want a new aspect to implement
transrepresent
public IURRepresentation transrepresent(IURRepresentation aFrom)
throws NetKernelException
- Description copied from class:
SimpleTransreptorImpl
- Transrepresent the given Representation
- Specified by:
transrepresent
in class SimpleTransreptorImpl
- Parameters:
aFrom
- the representation to transrepresent
- Returns:
- a transrepresented representation
- Throws:
NetKernelException
- throw if the transrepresentation fails for any reason
Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.