public class AxisServiceProxy 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 and Description |
---|
AxisServiceProxy() |
Modifier and Type | Method and Description |
---|---|
static Object |
createProxy(AbstractMessageReceiver receiver,
boolean synchronous,
Class[] classes) |
static InvocationHandler |
createServiceHandler(AbstractMessageReceiver receiver,
boolean synchronous) |
static Class[] |
getInterfacesForComponent(Service service) |
static String[] |
getMethodNames(Class<?>[] interfaces) |
static Method[] |
getMethods(Class<?>[] interfaces) |
static Class<?>[] |
removeInterface(Class<?>[] interfaces,
Class<?> iface) |
static void |
setProperties(Map properties) |
public static Object createProxy(AbstractMessageReceiver receiver, boolean synchronous, Class[] classes)
public static InvocationHandler createServiceHandler(AbstractMessageReceiver receiver, boolean synchronous)
public static void setProperties(Map properties)
public static Class[] getInterfacesForComponent(Service service) throws MuleException, ClassNotFoundException
MuleException
ClassNotFoundException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.