com.ten60.netkernel.urii
Interface IURComponent
- All Known Subinterfaces:
- IFragmentor, ITransport, ITransrepresentor, IURAccessor
- All Known Implementing Classes:
- AbstractSchemeAccessor, AccessorImpl, AccessorImpl, ActiveAccessorImpl, BinaryStreamToSAX, BinaryStreamToString, BooleanSerializer, BooleanToCanonicalXML, CanonicalBooleanToBoolean, ComplexTransreptorImpl, DataSchemeAccessor, DOM2SAX, DOMXDAParser, DOMXDASerializer, JDOM2DOMXDA, JDOM2SAX, JDOMSerializer, ModuleResourceAccessor, MultipartFragmentor, NewSimpleNetAccessor, NKFAccessorImpl, NKFFragmentorImpl, NKFTransportImpl, NKFTransreptorImpl, NKFWormholeAccessor, NodeList2XML, NVPToXML, NVPToXMLBinaryStream, SAX2DOM, SAX2XmlObject, SAXToBinaryStream, SimpleTransreptorImpl, StAXReaderToXXX, URIToCanonicalURI, VoidAspectToErrorTransreptor, WormholeAccessor, XAccessor, XmlObject2DOMXDA, XmlObject2SAX, XmlObjectParser, XmlObjectSerializer, XMLToNVP, XXX2JDOM, XXX2XmlObject, XXXToStAXReader
public interface IURComponent
A common interface between IURAccessor, IFragmentor, ITransport, ITransrepresentor
|
Method Summary |
void |
destroy()
This method is called to notify the component that it will not be used again. |
void |
initialise(Container aKernel,
ModuleDefinition aModule)
This method is called to put the component into action and ready for use. |
initialise
void initialise(Container aKernel,
ModuleDefinition aModule)
throws NetKernelException
- This method is called to put the component into action and ready for use. No
service calls will be make until this method completes
- Parameters:
aKernel - aModule -
- Throws:
NetKernelException
destroy
void destroy()
throws NetKernelException
- This method is called to notify the component that it will not be used again. No
service calls will be pending when this method is called.
- Throws:
NetKernelException
Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.