org.apache.camel.component.spring.ws
Class SpringWebserviceConstants

java.lang.Object
  extended by org.apache.camel.component.spring.ws.SpringWebserviceConstants

public final class SpringWebserviceConstants
extends Object


Field Summary
static String SPRING_WS_ADDRESSING_ACTION
           
static String SPRING_WS_ENDPOINT_URI
           
static String SPRING_WS_SOAP_ACTION
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPRING_WS_ENDPOINT_URI

public static final String SPRING_WS_ENDPOINT_URI
See Also:
Constant Field Values

SPRING_WS_SOAP_ACTION

public static final String SPRING_WS_SOAP_ACTION
See Also:
Constant Field Values

SPRING_WS_ADDRESSING_ACTION

public static final String SPRING_WS_ADDRESSING_ACTION
See Also:
Constant Field Values


Apache CAMEL