org.codehaus.xfire.client
Class XFireProxy
java.lang.Object
org.codehaus.xfire.client.XFireProxy
- All Implemented Interfaces:
- InvocationHandler
public class XFireProxy
- extends Object
- implements InvocationHandler
Proxy implementation for XFire SOAP clients. Applications will generally use XFireProxyFactory
to
create proxy clients.
- Author:
- Arjen Poutsma
- See Also:
XFireProxyFactory.create(org.codehaus.xfire.service.Service, java.lang.String)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getClient
public Client getClient()
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Handles the object invocation.
- Specified by:
invoke
in interface InvocationHandler
- Parameters:
proxy
- the proxy object to invokemethod
- the method to callargs
- the arguments to the proxy object
- Throws:
Throwable
Copyright © 2004-2013. All Rights Reserved.