|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.service.object.ObjectInvoker
public class ObjectInvoker
An invoker which instantiates classes automatically based on the Service's scope.
Constructor Summary | |
---|---|
ObjectInvoker()
|
Method Summary | |
---|---|
java.lang.Object |
createServiceObject(ObjectService service)
Override this method to control how XFire creates the service object. |
java.lang.Object |
getServiceObject(MessageContext context)
Creates and returns a service object depending on the scope. |
java.lang.Object |
invoke(java.lang.reflect.Method method,
java.lang.Object[] params,
MessageContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectInvoker()
Method Detail |
---|
public java.lang.Object invoke(java.lang.reflect.Method method, java.lang.Object[] params, MessageContext context) throws XFireFault
invoke
in interface Invoker
XFireFault
public java.lang.Object getServiceObject(MessageContext context) throws XFireFault
XFireFault
public java.lang.Object createServiceObject(ObjectService service) throws XFireFault
service
-
XFireFault
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |