org.mule.providers.soap.axis
Class AxisServiceProxy

java.lang.Object
  extended by org.mule.providers.soap.ServiceProxy
      extended by 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.


Constructor Summary
AxisServiceProxy()
           
 
Method Summary
static Object createProxy(AbstractMessageReceiver receiver, boolean synchronous, Class[] classes)
           
static InvocationHandler createServiceHandler(AbstractMessageReceiver receiver, boolean synchronous)
           
 
Methods inherited from class org.mule.providers.soap.ServiceProxy
getInterfacesForComponent, getMethodNames, getMethods, removeInterface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisServiceProxy

public AxisServiceProxy()
Method Detail

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.