Package org.apache.synapse.inbound
Class InboundEndpointConstants
- java.lang.Object
-
- org.apache.synapse.inbound.InboundEndpointConstants
-
public class InboundEndpointConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CXF_WS_RM
static String
INBOUND_ENDPOINT
static String
INBOUND_ENDPOINT_CLASS
static String
INBOUND_ENDPOINT_ERROR_SEQUENCE
static String
INBOUND_ENDPOINT_HANDLER
static String
INBOUND_ENDPOINT_HANDLERS
static String
INBOUND_ENDPOINT_NAME
static String
INBOUND_ENDPOINT_PARAMETER
static String
INBOUND_ENDPOINT_PARAMETER_KEY
static String
INBOUND_ENDPOINT_PARAMETER_NAME
static String
INBOUND_ENDPOINT_PARAMETERS
static String
INBOUND_ENDPOINT_PROTOCOL
static String
INBOUND_ENDPOINT_RESPONSE_WORKER
static String
INBOUND_ENDPOINT_SEQUENCE
static String
INBOUND_ENDPOINT_SUSPEND
-
Constructor Summary
Constructors Constructor Description InboundEndpointConstants()
-
-
-
Field Detail
-
INBOUND_ENDPOINT
public static final String INBOUND_ENDPOINT
- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_NAME
public static final String INBOUND_ENDPOINT_NAME
- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_PROTOCOL
public static final String INBOUND_ENDPOINT_PROTOCOL
- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_CLASS
public static final String INBOUND_ENDPOINT_CLASS
- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_SUSPEND
public static final String INBOUND_ENDPOINT_SUSPEND
- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_SEQUENCE
public static final String INBOUND_ENDPOINT_SEQUENCE
- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_ERROR_SEQUENCE
public static final String INBOUND_ENDPOINT_ERROR_SEQUENCE
- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_PARAMETERS
public static final String INBOUND_ENDPOINT_PARAMETERS
- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_PARAMETER
public static final String INBOUND_ENDPOINT_PARAMETER
- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_HANDLERS
public static final String INBOUND_ENDPOINT_HANDLERS
- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_HANDLER
public static final String INBOUND_ENDPOINT_HANDLER
- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_PARAMETER_NAME
public static final String INBOUND_ENDPOINT_PARAMETER_NAME
- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_RESPONSE_WORKER
public static final String INBOUND_ENDPOINT_RESPONSE_WORKER
- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_PARAMETER_KEY
public static final String INBOUND_ENDPOINT_PARAMETER_KEY
- See Also:
- Constant Field Values
-
CXF_WS_RM
public static final String CXF_WS_RM
- See Also:
- Constant Field Values
-
-