org.mule.providers.soap.axis
Class AxisServiceProxy
java.lang.Object
org.mule.providers.soap.ServiceProxy
org.mule.providers.soap.axis.AxisServiceProxy
- public class AxisServiceProxy
- extends ServiceProxy
ServiceProxy
is a proxy that wraps a soap endpointUri to look like
a Web service. Also provides helper methods for building and describing web
service interfaces in Mule.
- Version:
- $Revision: 7976 $
- Author:
- Ross Mason
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisServiceProxy
public AxisServiceProxy()
createProxy
public static Object createProxy(AbstractMessageReceiver receiver,
boolean synchronous,
Class[] classes)
createServiceHandler
public static InvocationHandler createServiceHandler(AbstractMessageReceiver receiver,
boolean synchronous)
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.