org.apache.synapse.transport.base
Class BaseConstants

java.lang.Object
  extended by org.apache.synapse.transport.base.BaseConstants

public class BaseConstants
extends Object


Field Summary
static String AXIOMPAYLOADNS
          The name of the element which wraps binary content into a SOAP envelope
static String CHARSET_PARAM
          character set marker to identify charset from a Content-Type string
static String CONTENT_TYPE
          The JMS message property specifying the content type
static QName DEFAULT_BINARY_WRAPPER
           
static QName DEFAULT_OPERATION
          The default operation name to be used for non SOAP/XML messages if the operation cannot be determined
static int DEFAULT_POLL_INTERVAL
          the default poll interval
static QName DEFAULT_TEXT_WRAPPER
          The name of the element which wraps plain text content into a SOAP envelope
static String MULTIPART_RELATED
          content type identifier for multipart / MTOM messages
static String OPERATION_PARAM
          The Parameter name indicating the operation to dispatch non SOAP/XML messages
static int PAUSED
           
static String SOAPACTION
          The JMS message property specifying the SOAP Action
static int STARTED
           
static int STOPPED
           
static String TRANSPORT_POLL_INTERVAL
          the parameter in the services.xml that specifies the poll interval for a service
static String WRAPPER_PARAM
          The Parameter name indicating the wrapper element for non SOAP/XML messages
 
Constructor Summary
BaseConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STOPPED

public static final int STOPPED
See Also:
Constant Field Values

STARTED

public static final int STARTED
See Also:
Constant Field Values

PAUSED

public static final int PAUSED
See Also:
Constant Field Values

SOAPACTION

public static final String SOAPACTION
The JMS message property specifying the SOAP Action

See Also:
Constant Field Values

CONTENT_TYPE

public static final String CONTENT_TYPE
The JMS message property specifying the content type

See Also:
Constant Field Values

MULTIPART_RELATED

public static final String MULTIPART_RELATED
content type identifier for multipart / MTOM messages

See Also:
Constant Field Values

CHARSET_PARAM

public static final String CHARSET_PARAM
character set marker to identify charset from a Content-Type string

See Also:
Constant Field Values

DEFAULT_OPERATION

public static final QName DEFAULT_OPERATION
The default operation name to be used for non SOAP/XML messages if the operation cannot be determined


AXIOMPAYLOADNS

public static final String AXIOMPAYLOADNS
The name of the element which wraps binary content into a SOAP envelope

See Also:
Constant Field Values

DEFAULT_BINARY_WRAPPER

public static final QName DEFAULT_BINARY_WRAPPER

DEFAULT_TEXT_WRAPPER

public static final QName DEFAULT_TEXT_WRAPPER
The name of the element which wraps plain text content into a SOAP envelope


OPERATION_PARAM

public static final String OPERATION_PARAM
The Parameter name indicating the operation to dispatch non SOAP/XML messages

See Also:
Constant Field Values

WRAPPER_PARAM

public static final String WRAPPER_PARAM
The Parameter name indicating the wrapper element for non SOAP/XML messages

See Also:
Constant Field Values

TRANSPORT_POLL_INTERVAL

public static final String TRANSPORT_POLL_INTERVAL
the parameter in the services.xml that specifies the poll interval for a service

See Also:
Constant Field Values

DEFAULT_POLL_INTERVAL

public static final int DEFAULT_POLL_INTERVAL
the default poll interval

See Also:
Constant Field Values
Constructor Detail

BaseConstants

public BaseConstants()


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.