|
Class Summary |
| EndpointResolverFactoryImpl |
The factory for creating endpoint Binding providers |
| 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 |
| TuscanyAnnotationProcessor |
A Tuscany specific Tomcat annotation processor for processing SCA annotations |
| TuscanyContext |
|
| TuscanyContextListener |
|
| TuscanyHost |
To use this copy all the Tuscany jars to the Tomcat lib folder and update
the Tomcat conf/server.xml to include className="org.apache.tuscany.sca.runtime.tomcat.TomcatHost"
For example:
|
| TuscanyServlet |
A Servlet that forwards requests to the Servlets registered with the Tuscany
ServletHost. |
| TuscanyWrapper |
Override the StandardWrapper so that Servlets are not instantiated from the
class name but just the instance Tuscany passes in the constructor is always used. |