|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.sandesha.server.InvokerFactory
Provides factory access to two main components of invoke layer.
TheRMInvokerStrategy
impl defines a strategy for executing,
most likely in an asynchronous manner, web service invokes. This allows
custom strategies to be configured for different containers (ie threadpools,
work managers, etc.).
The InvokeHandler
impl actually executes the web service
invoke.
Constructor Summary | |
InvokerFactory()
|
Method Summary | |
InvokeHandler |
createInvokeHandler()
|
InvokeStrategy |
createInvokerStrategy()
Create the RMInvokerStrategy impl. |
static InvokerFactory |
getInstance()
Getter for factory instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InvokerFactory()
Method Detail |
public static InvokerFactory getInstance()
public InvokeStrategy createInvokerStrategy() throws java.lang.Exception
RMInvokerStrategy
impl.
java.lang.Exception
public InvokeHandler createInvokeHandler() throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |