| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.endpoint.impl.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 | |
|---|---|
 void | 
resolve()
This method will be invoked when the endpoint is to be resolved.  | 
 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 EndpointResolverpublic void stop()
EndpointResolver
stop in interface EndpointResolverpublic void resolve()
EndpointResolver
resolve in interface EndpointResolver
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||