org.mule.providers.soap
Class ServiceProxy
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceProxy
public ServiceProxy()
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.