Sun Adapter for MSMQ API

com.stc.connector.msmqadapter.webservice
Class PutWSMSMQMessageOutput

java.lang.Object
  extended by com.stc.connector.msmqadapter.webservice.PutWSMSMQMessageOutput
All Implemented Interfaces:
com.stc.connector.persistence.bpel.PersistableData

public class PutWSMSMQMessageOutput
extends java.lang.Object
implements com.stc.connector.persistence.bpel.PersistableData

This class is the PutWSMSMQMessageOutput.


Constructor Summary
PutWSMSMQMessageOutput()
          Creates a new instance of PutWSMSMQMessageOutput
 
Method Summary
 boolean getPutWSMSMQMessageOutput()
          Gets the PutWSMSMQMessageOutput.
 boolean hasPutWSMSMQMessageOutput()
          Checks whether the PutWSMSMQMessageOutput properety has been set.
 void persist(com.stc.connector.persistence.bpel.DataOutput dout)
          Persists this message.
 void restore(com.stc.connector.persistence.bpel.DataInput din)
          Restores this message.
 void setPutWSMSMQMessageOutput(boolean newPutWSMSMQMessageOutput)
          Sets the PutWSMSMQMessageOutput.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PutWSMSMQMessageOutput

public PutWSMSMQMessageOutput()
Creates a new instance of PutWSMSMQMessageOutput

Method Detail

getPutWSMSMQMessageOutput

public boolean getPutWSMSMQMessageOutput()
Gets the PutWSMSMQMessageOutput.

Returns:
The PutWSMSMQMessageOutput.

setPutWSMSMQMessageOutput

public void setPutWSMSMQMessageOutput(boolean newPutWSMSMQMessageOutput)
Sets the PutWSMSMQMessageOutput.

Parameters:
newPutWSMSMQMessageOutput - The new PutWSMSMQMessageOutput.

hasPutWSMSMQMessageOutput

public boolean hasPutWSMSMQMessageOutput()
Checks whether the PutWSMSMQMessageOutput properety has been set.

Returns:
true if it was set or false if not.

persist

public void persist(com.stc.connector.persistence.bpel.DataOutput dout)
             throws java.lang.Exception
Persists this message.

Specified by:
persist in interface com.stc.connector.persistence.bpel.PersistableData
Parameters:
dout - The DataOutput to which the Java Bean message is persisted.
Throws:
java.lang.Exception - upon error.

restore

public void restore(com.stc.connector.persistence.bpel.DataInput din)
             throws java.lang.Exception
Restores this message.

Specified by:
restore in interface com.stc.connector.persistence.bpel.PersistableData
Parameters:
dis - The DataInput from which the Java Bean message is restored.
Throws:
java.lang.Exception - upon error.

Sun Adapter for MSMQ API