org.apache.camel.component.cxf.util
Class CxfEndpointUtils
java.lang.Object
org.apache.camel.component.cxf.util.CxfEndpointUtils
public final class CxfEndpointUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getQName
public static QName getQName(String name)
getPortName
public static QName getPortName(CxfEndpoint endpoint)
getServiceName
public static QName getServiceName(CxfEndpoint endpoint)
hasWebServiceAnnotation
public static boolean hasWebServiceAnnotation(Class<?> cls)
hasAnnotation
public static boolean hasAnnotation(Class<?> cls,
Class<? extends Annotation> annotation)
getServerFactoryBean
public static org.apache.cxf.frontend.ServerFactoryBean getServerFactoryBean(Class<?> cls)
throws CamelException
- Throws:
CamelException
getClientFactoryBean
public static org.apache.cxf.frontend.ClientProxyFactoryBean getClientFactoryBean(Class<?> cls)
throws CamelException
- Throws:
CamelException
checkServiceClassName
public static void checkServiceClassName(String className)
throws CamelException
- Throws:
CamelException
getCxfEndpointPropertyValue
public static String getCxfEndpointPropertyValue(CxfSpringEndpoint endpoint,
String property)
Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.