org.mule.module.cxf.support
Class CxfUtils

java.lang.Object
  extended by org.mule.module.cxf.support.CxfUtils

public final class CxfUtils
extends java.lang.Object


Constructor Summary
CxfUtils()
           
 
Method Summary
static org.apache.cxf.endpoint.Endpoint getEndpoint(org.apache.cxf.transport.DestinationFactory df, java.lang.String uri)
           
static void removeInterceptor(java.util.List<org.apache.cxf.interceptor.Interceptor> inInterceptors, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CxfUtils

public CxfUtils()
Method Detail

removeInterceptor

public static void removeInterceptor(java.util.List<org.apache.cxf.interceptor.Interceptor> inInterceptors,
                                     java.lang.String name)

getEndpoint

public static org.apache.cxf.endpoint.Endpoint getEndpoint(org.apache.cxf.transport.DestinationFactory df,
                                                           java.lang.String uri)
                                                    throws java.io.IOException,
                                                           EndpointNotFoundException
Throws:
java.io.IOException
EndpointNotFoundException


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.