org.mule.module.cxf.support
Class CxfUtils

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

public final class CxfUtils
extends Object


Constructor Summary
CxfUtils()
           
 
Method Summary
static String getBindingIdForSoapVersion(String version)
           
static org.apache.cxf.endpoint.Endpoint getEndpoint(org.apache.cxf.transport.DestinationFactory df, String uri)
           
static String mapUnsupportedSchemas(String url)
           
static boolean 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
 

Constructor Detail

CxfUtils

public CxfUtils()
Method Detail

removeInterceptor

public static boolean 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

getBindingIdForSoapVersion

public static String getBindingIdForSoapVersion(String version)

mapUnsupportedSchemas

public static String mapUnsupportedSchemas(String url)


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