Class CxfRsEndpointUtils
java.lang.Object
org.apache.camel.component.cxf.jaxrs.CxfRsEndpointUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckServiceClassName(String className) static StringgetEffectiveAddress(org.apache.camel.Exchange exchange, String defaultAddress) Get effective address for a client to invoke a service.static QNamestatic booleanhasAnnotation(Class<?> cls, Class<? extends Annotation> annotation)
-
Method Details
-
getQName
-
hasAnnotation
-
checkServiceClassName
- Throws:
org.apache.camel.CamelException
-
getEffectiveAddress
Get effective address for a client to invoke a service. It first looks for theExchange.DESTINATION_OVERRIDE_URLin the IN message header. If the header is not found, it will return the default address.- Parameters:
exchange-defaultAddress-
-