org.mule.providers.soap.glue
Class GlueServiceProxy

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

Constructor Summary
GlueServiceProxy()
           
 
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

GlueServiceProxy

public GlueServiceProxy()
Method Detail

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.