|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.base.WSIFDefaultMessage
org.apache.wsif.providers.jca.WSIFMessage_JCA
This class is the top level superclass for all JCA WSIF messages. It is extended by the connector specific messages, and implements the javax.resource.cci.Record interface.
Field Summary | |
static int |
FAULT_MESSAGE
|
static int |
INPUT_MESSAGE
|
static int |
OUTPUT_MESSAGE
|
Constructor Summary | |
WSIFMessage_JCA(javax.wsdl.Definition aDefinition,
javax.wsdl.Binding aBinding,
java.lang.String aOperationName,
java.lang.String aInputName,
java.lang.String aOutputName,
int aMessageType)
WSIFMessage_JCA Constructor |
Method Summary | |
java.lang.Object |
clone()
Method not supported. |
java.lang.String |
getRecordName()
Gets the recordName. |
java.lang.String |
getRecordShortDescription()
Gets the recordShortDescription. |
void |
setInteractionSpec(javax.resource.cci.InteractionSpec interactionSpec)
Sets the interactionSpec. |
void |
setRecordName(java.lang.String name)
|
void |
setRecordShortDescription(java.lang.String desription)
|
Methods inherited from class org.apache.wsif.base.WSIFDefaultMessage |
deep, getBooleanPart, getBytePart, getCharPart, getDoublePart, getFloatPart, getIntPart, getLongPart, getMessageDefinition, getName, getObjectPart, getObjectPart, getPartNames, getParts, getRepresentationStyle, getShortPart, setBooleanPart, setBytePart, setCharPart, setDoublePart, setFloatPart, setIntPart, setLongPart, setMessageDefinition, setName, setObjectPart, setParts, setRepresentationStyle, setShortPart, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int INPUT_MESSAGE
public static final int OUTPUT_MESSAGE
public static final int FAULT_MESSAGE
Constructor Detail |
public WSIFMessage_JCA(javax.wsdl.Definition aDefinition, javax.wsdl.Binding aBinding, java.lang.String aOperationName, java.lang.String aInputName, java.lang.String aOutputName, int aMessageType)
aDefinition
- A Definition containing the operation to execute.aBinding
- A service bindingaOperationName
- The name of the operationaInputName
- Input nameaOutputName
- Output nameaMessageType
- Determines what kind of message is created, input, output or fault.Method Detail |
public java.lang.String getRecordName()
public void setRecordName(java.lang.String name)
public void setRecordShortDescription(java.lang.String desription)
public java.lang.String getRecordShortDescription()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface WSIFMessage
clone
in class WSIFDefaultMessage
java.lang.CloneNotSupportedException
public void setInteractionSpec(javax.resource.cci.InteractionSpec interactionSpec)
interactionSpec
- The interactionSpec to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |