org.mule.providers.soap.glue
Class GlueServiceProxy
java.lang.Object
org.mule.providers.soap.ServiceProxy
org.mule.providers.soap.glue.GlueServiceProxy
- public class GlueServiceProxy
- 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: 3798 $
- Author:
- Ross Mason
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlueServiceProxy
public GlueServiceProxy()
createProxy
public static Object createProxy(AbstractMessageReceiver receiver,
boolean synchronous,
Class[] classes)
createServiceHandler
public static InvocationHandler createServiceHandler(AbstractMessageReceiver receiver,
boolean synchronous)
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.