public interface

MessageStruct

com.sun.pept.presentation.MessageStruct
Known Indirect Subclasses

Class Overview

Summary

Constants
int ASYNC_CALLBACK_MEP

Represents ...

int ASYNC_POLL_MEP

Represents ...

int CHECKED_EXCEPTION_RESPONSE

Represents ...

int NORMAL_RESPONSE

Represents ...

int ONE_WAY_MEP

Represents ...

int REQUEST_RESPONSE_MEP

Represents ...

int UNCHECKED_EXCEPTION_RESPONSE

Represents ...

Public Methods
abstract Object[] getData()

Does ...

abstract int getMEP()

Does ...

abstract Object getMetaData(Object name)

Does ...

abstract Method getMethod()

Does ...

abstract Object getResponse()

Does ...

abstract int getResponseType()

Does ...

abstract void setData(Object[] data)

Does ...

abstract void setMEP(int messageExchangePattern)

Does ...

abstract void setMetaData(Object name, Object value)

Does ...

abstract void setMethod(Method method)

Does ...

abstract void setResponse(Object response)

Does ...

abstract void setResponseType(int responseType)

Does ...

Constants

public static final int ASYNC_CALLBACK_MEP

Represents ...

Constant Value: 4 (0x00000004)

public static final int ASYNC_POLL_MEP

Represents ...

Constant Value: 3 (0x00000003)

public static final int CHECKED_EXCEPTION_RESPONSE

Represents ...

Constant Value: 1 (0x00000001)

public static final int NORMAL_RESPONSE

Represents ...

Constant Value: 0 (0x00000000)

public static final int ONE_WAY_MEP

Represents ...

Constant Value: 2 (0x00000002)

public static final int REQUEST_RESPONSE_MEP

Represents ...

Constant Value: 1 (0x00000001)

public static final int UNCHECKED_EXCEPTION_RESPONSE

Represents ...

Constant Value: 2 (0x00000002)

Public Methods

public abstract Object[] getData ()

Does ...

Returns
  • a Object[] with ...

public abstract int getMEP ()

Does ...

Returns
  • a int with ...

public abstract Object getMetaData (Object name)

Does ...

Parameters
name ...

Returns
  • a Object with ...

public abstract Method getMethod ()

Does ...

Returns
  • a Method with ...

public abstract Object getResponse ()

Does ...

Returns
  • a Object with ...

public abstract int getResponseType ()

Does ...

Returns
  • a int with ...

public abstract void setData (Object[] data)

Does ...

Parameters
data ...

public abstract void setMEP (int messageExchangePattern)

Does ...

Parameters
messageExchangePattern ...

public abstract void setMetaData (Object name, Object value)

Does ...

Parameters
name ...

value ...

public abstract void setMethod (Method method)

Does ...

Parameters
method ...

public abstract void setResponse (Object response)

Does ...

Parameters
response ...

public abstract void setResponseType (int responseType)

Does ...

Parameters
responseType ...