org.mule.providers.soap
Class ServiceProxy

java.lang.Object
  extended by org.mule.providers.soap.ServiceProxy
Direct Known Subclasses:
AxisServiceProxy

public class ServiceProxy
extends Object

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
ServiceProxy()
           
 
Method Summary
static Class[] getInterfacesForComponent(UMOComponent component)
           
static String[] getMethodNames(Class[] interfaces)
           
static Method[] getMethods(Class[] interfaces)
           
static Class[] removeInterface(Class[] interfaces, Class iface)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceProxy

public ServiceProxy()
Method Detail

getInterfacesForComponent

public static Class[] getInterfacesForComponent(UMOComponent component)
                                         throws UMOException,
                                                ClassNotFoundException
Throws:
UMOException
ClassNotFoundException

removeInterface

public static Class[] removeInterface(Class[] interfaces,
                                      Class iface)

getMethods

public static Method[] getMethods(Class[] interfaces)

getMethodNames

public static String[] getMethodNames(Class[] interfaces)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.