|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.services.registry.AbstractRegistryInterceptor
public abstract class AbstractRegistryInterceptor
An abstract registry interceptor for managing the registry assignment.
Constructor Summary | |
---|---|
AbstractRegistryInterceptor()
|
Method Summary | |
---|---|
protected Registry |
getRegistry()
Get the next registry or interceptor in the chain. |
void |
setRegistry(Registry registry)
Initialise the registry or interceptor that is next in the chain. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.soa.esb.services.registry.Registry |
---|
findAllServices, findEPR, findEPRs, findServices, registerEPR, unRegisterEPR, unRegisterService |
Constructor Detail |
---|
public AbstractRegistryInterceptor()
Method Detail |
---|
public void setRegistry(Registry registry)
setRegistry
in interface RegistryInterceptor
registry
- The next entry in the chain or null if dismantling.protected Registry getRegistry() throws RegistryException
RegistryException
- If the chain has been dismantled.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |