public final class CxfUtils extends Object
| Constructor and Description |
|---|
CxfUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearClientContextIfNeeded(org.apache.cxf.transport.MessageObserver client)
Clear observer contexts if needed
|
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) |
static String |
resolveEncoding(org.mule.api.MuleMessage result,
String contentType) |
public static void clearClientContextIfNeeded(org.apache.cxf.transport.MessageObserver client)
client - observer to be cleared in case it neededpublic static boolean removeInterceptor(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> inInterceptors, String name)
public static org.apache.cxf.endpoint.Endpoint getEndpoint(org.apache.cxf.transport.DestinationFactory df,
String uri)
throws IOException,
org.mule.api.endpoint.EndpointNotFoundException
IOExceptionorg.mule.api.endpoint.EndpointNotFoundExceptionCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.