org.apache.camel.component.cxf.util
Class CxfEndpointUtils

java.lang.Object
  extended by org.apache.camel.component.cxf.util.CxfEndpointUtils

public final class CxfEndpointUtils
extends Object


Method Summary
static void checkServiceClassName(String className)
           
static org.apache.cxf.frontend.ClientProxyFactoryBean getClientFactoryBean(Class<?> cls)
           
static String getCxfEndpointPropertyValue(CxfSpringEndpoint endpoint, String property)
           
static QName getPortName(CxfEndpoint endpoint)
           
static QName getQName(String name)
           
static org.apache.cxf.frontend.ServerFactoryBean getServerFactoryBean(Class<?> cls)
           
static QName getServiceName(CxfEndpoint endpoint)
           
static boolean hasAnnotation(Class<?> cls, Class<? extends Annotation> annotation)
           
static boolean hasWebServiceAnnotation(Class<?> cls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.