org.idoox.transport
Interface Message

All Known Implementing Classes:
InputMessage, OutputMessage

public interface Message

Transport message.

Component:
Core

Field Summary
static java.lang.String CT_APPLICATION_DIME
          DIME
static java.lang.String CT_MULTIPART_ALTERNATIVE
          Alternative multipart.
static java.lang.String CT_MULTIPART_MIXED
          Mixed multipart.
static java.lang.String CT_MULTIPART_RELATED
          Related multipart.
static java.lang.String CT_MUTLIPART_FORMDATA
          Form-data mutlipart.
static int SC_ACCEPTED
          Accepted.
static int SC_BAD_MESSAGE
          Bad message.
static int SC_CREATED
          Created.
static int SC_FORBIDDEN
          Forbidden.
static int SC_INTERNAL_ERROR
          Internal error.
static int SC_METHOD_NOT_ALLOWED
          Method not allowed.
static int SC_NO_CONTENT
          No content.
static int SC_NOT_FOUND
          Not found.
static int SC_OK
          OK.
static int SC_PROTOCOL_NOT_SUPPORTED
          Protocol not supported.
static int SC_REQUEST_TIMEOUT
          Request Timeout
static int SC_SERVICE_UNAVAILABLE
          Service unavailable.
static int SC_SOAP_ACTION_REQUIRED
          SOAP action required
static int SC_UNAUTHORIZED
          Unauthorized.
static int SC_UNSUPPORTED_MEDIA_TYPE
          Method not allowed.
 

Field Detail

SC_OK

public static final int SC_OK
OK.

See Also:
Constant Field Values

SC_CREATED

public static final int SC_CREATED
Created.

See Also:
Constant Field Values

SC_ACCEPTED

public static final int SC_ACCEPTED
Accepted.

See Also:
Constant Field Values

SC_NO_CONTENT

public static final int SC_NO_CONTENT
No content.

See Also:
Constant Field Values

SC_BAD_MESSAGE

public static final int SC_BAD_MESSAGE
Bad message.

See Also:
Constant Field Values

SC_UNAUTHORIZED

public static final int SC_UNAUTHORIZED
Unauthorized.

See Also:
Constant Field Values

SC_FORBIDDEN

public static final int SC_FORBIDDEN
Forbidden.

See Also:
Constant Field Values

SC_NOT_FOUND

public static final int SC_NOT_FOUND
Not found.

See Also:
Constant Field Values

SC_METHOD_NOT_ALLOWED

public static final int SC_METHOD_NOT_ALLOWED
Method not allowed.

See Also:
Constant Field Values

SC_REQUEST_TIMEOUT

public static final int SC_REQUEST_TIMEOUT
Request Timeout

See Also:
Constant Field Values

SC_UNSUPPORTED_MEDIA_TYPE

public static final int SC_UNSUPPORTED_MEDIA_TYPE
Method not allowed.

See Also:
Constant Field Values

SC_SOAP_ACTION_REQUIRED

public static final int SC_SOAP_ACTION_REQUIRED
SOAP action required

See Also:
Constant Field Values

SC_INTERNAL_ERROR

public static final int SC_INTERNAL_ERROR
Internal error.

See Also:
Constant Field Values

SC_SERVICE_UNAVAILABLE

public static final int SC_SERVICE_UNAVAILABLE
Service unavailable.

See Also:
Constant Field Values

SC_PROTOCOL_NOT_SUPPORTED

public static final int SC_PROTOCOL_NOT_SUPPORTED
Protocol not supported.

See Also:
Constant Field Values

CT_MULTIPART_ALTERNATIVE

public static final java.lang.String CT_MULTIPART_ALTERNATIVE
Alternative multipart.

See Also:
Constant Field Values

CT_MUTLIPART_FORMDATA

public static final java.lang.String CT_MUTLIPART_FORMDATA
Form-data mutlipart.

See Also:
Constant Field Values

CT_MULTIPART_MIXED

public static final java.lang.String CT_MULTIPART_MIXED
Mixed multipart.

See Also:
Constant Field Values

CT_MULTIPART_RELATED

public static final java.lang.String CT_MULTIPART_RELATED
Related multipart.

See Also:
Constant Field Values

CT_APPLICATION_DIME

public static final java.lang.String CT_APPLICATION_DIME
DIME

See Also:
Constant Field Values