com.webify.wsf.engine.mediation
Interface MediationConstants


public interface MediationConstants

Defines constants used by the PRISM engine for mediation purposes.

Version:
$Revision: $
Author:
msanchez

Field Summary
static java.lang.String JMS_CONTENT_TYPE
          JMS Parallel to HTTP's Content-Type.
static java.lang.String JMS_MAP_MESSAGE_ERROR
          JMS property for an error response inside a JMS MapMessage.
static java.lang.String JMS_MAP_MESSAGE_PAYLOAD
          JMS property for the payload inside a JMS MapMessage.
static java.lang.String JMS_MESSAGE_PROTOCOL
          Specifies the underlying message protocol when using JMS messages.
static java.lang.String JMS_PRISM_CONTEXT_ID
          Redefines the PRISM_CONTEXT_ID constant for use with JMS messages.
static java.lang.String JMS_PRISM_SERVICE_INTERFACE
          Redefines the PRISM_SERVICE_INTERFACE constant for use with JMS messages.
static java.lang.String PRISM_CONTEXT_ID
          Specifies the identifier for a context instance.
static java.lang.String PRISM_SERVICE_INTERFACE
          Specifies the qualified name of the service interface to bind to.
 

Field Detail

PRISM_SERVICE_INTERFACE

static final java.lang.String PRISM_SERVICE_INTERFACE
Specifies the qualified name of the service interface to bind to.

See Also:
Constant Field Values

PRISM_CONTEXT_ID

static final java.lang.String PRISM_CONTEXT_ID
Specifies the identifier for a context instance. Used for context pass-by-reference scenarios.

See Also:
Constant Field Values

JMS_PRISM_SERVICE_INTERFACE

static final java.lang.String JMS_PRISM_SERVICE_INTERFACE
Redefines the PRISM_SERVICE_INTERFACE constant for use with JMS messages.


JMS_PRISM_CONTEXT_ID

static final java.lang.String JMS_PRISM_CONTEXT_ID
Redefines the PRISM_CONTEXT_ID constant for use with JMS messages.


JMS_MESSAGE_PROTOCOL

static final java.lang.String JMS_MESSAGE_PROTOCOL
Specifies the underlying message protocol when using JMS messages. This indicates the content type of the payload of the JMS message.

See Also:
Constant Field Values

JMS_CONTENT_TYPE

static final java.lang.String JMS_CONTENT_TYPE
JMS Parallel to HTTP's Content-Type.

See Also:
Constant Field Values

JMS_MAP_MESSAGE_PAYLOAD

static final java.lang.String JMS_MAP_MESSAGE_PAYLOAD
JMS property for the payload inside a JMS MapMessage.

See Also:
Constant Field Values

JMS_MAP_MESSAGE_ERROR

static final java.lang.String JMS_MAP_MESSAGE_ERROR
JMS property for an error response inside a JMS MapMessage.

See Also:
Constant Field Values


Copyright © 2002-2009 IBM. All Rights Reserved.