org.mule.module.cxf.support
Class CxfUtils
java.lang.Object
org.mule.module.cxf.support.CxfUtils
public final class CxfUtils
- extends Object
Method Summary |
static org.apache.cxf.endpoint.Endpoint |
getEndpoint(org.apache.cxf.transport.DestinationFactory df,
String uri)
|
static void |
removeInterceptor(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> inInterceptors,
String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CxfUtils
public CxfUtils()
removeInterceptor
public static void removeInterceptor(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> inInterceptors,
String name)
getEndpoint
public static org.apache.cxf.endpoint.Endpoint getEndpoint(org.apache.cxf.transport.DestinationFactory df,
String uri)
throws IOException,
EndpointNotFoundException
- Throws:
IOException
EndpointNotFoundException
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.