|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.service.invoker.AbstractInvoker
org.codehaus.xfire.service.invoker.FactoryInvoker
public class FactoryInvoker
This invoker implementation calls a Factory to create the service object and then applies a scope policy for caching.
Constructor Summary | |
---|---|
FactoryInvoker(Factory factory,
ScopePolicy scope)
Create a FactoryInvoker object. |
Method Summary | |
---|---|
java.lang.Object |
getServiceObject(MessageContext context)
Creates and returns a service object depending on the scope. |
Methods inherited from class org.codehaus.xfire.service.invoker.AbstractInvoker |
---|
getContext, getMostSpecificMethod, invoke, isJdkDynamicProxy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FactoryInvoker(Factory factory, ScopePolicy scope)
factory
- the factory used to create service object.scope
- the scope policy. Null for default.Method Detail |
---|
public java.lang.Object getServiceObject(MessageContext context) throws XFireFault
AbstractInvoker
getServiceObject
in class AbstractInvoker
XFireFault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |