com.retek.component.rcomrib
Class RcomRibAbstractInjector
java.lang.Object
com.retek.component.rcomrib.RcomRibAbstractInjector
- All Implemented Interfaces:
- com.retek.rib.binding.injector.Injector
- public abstract class RcomRibAbstractInjector
- extends java.lang.Object
- implements com.retek.rib.binding.injector.Injector
Fields inherited from interface com.retek.rib.binding.injector.Injector |
VERSION_STR |
Method Summary |
protected DistributedContext |
getContext()
|
void |
inject(java.lang.String type,
com.retek.rib.binding.payload.Payload payload)
|
protected abstract void |
processPayload(com.retek.rib.binding.payload.Payload payload)
Subclasses are responsible for implementing this method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RcomRibAbstractInjector
protected RcomRibAbstractInjector()
RcomRibAbstractInjector
protected RcomRibAbstractInjector(DistributedContext context)
getContext
protected final DistributedContext getContext()
inject
public void inject(java.lang.String type,
com.retek.rib.binding.payload.Payload payload)
throws com.retek.platform.exception.RetekSystemException
- Specified by:
inject
in interface com.retek.rib.binding.injector.Injector
- Throws:
com.retek.platform.exception.RetekSystemException
processPayload
protected abstract void processPayload(com.retek.rib.binding.payload.Payload payload)
throws SystemException,
BusinessException
- Subclasses are responsible for implementing this method. This method is the actual work that
is being done by the injector for the payload. The DistributedContext is setup
- Throws:
SystemException
BusinessException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25