|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.runtime.tomcat.EndpointResolverImpl
public class EndpointResolverImpl
The endpoint resolver allows unresolved endpoints to be plumbed into the runtime start and message send processing as a hook to late resolution of target services
Constructor Summary | |
---|---|
EndpointResolverImpl(ExtensionPointRegistry extensionPoints,
Endpoint endpoint)
|
Method Summary | |
---|---|
protected Component |
findTarget()
|
void |
resolve()
This method will be invoked when the endpoint is to be resolved. |
protected void |
resolveEndpoint(Component targetComponent)
|
void |
start()
This method will be invoked when the endpoint is activated. |
void |
stop()
This method will be invoked when the endpont is deactivated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EndpointResolverImpl(ExtensionPointRegistry extensionPoints, Endpoint endpoint)
Method Detail |
---|
public void start()
EndpointResolver
start
in interface EndpointResolver
public void resolve()
EndpointResolver
resolve
in interface EndpointResolver
protected void resolveEndpoint(Component targetComponent)
protected Component findTarget()
public void stop()
EndpointResolver
stop
in interface EndpointResolver
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |