Sun Adapter for HTTP API

com.stc.connector.otd.httpserveradapter.webservice
Class WebResponseType

java.lang.Object
  extended by com.stc.connector.otd.httpserveradapter.webservice.WebResponseType
All Implemented Interfaces:
com.stc.connector.persistence.bpel.PersistableData

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

This class represents a http server webresponse type.

Version:
$Version$

Constructor Summary
WebResponseType()
           
 
Method Summary
 WebResponse getWebResponse()
          gets the WebResponse object.
 void persist(com.stc.connector.persistence.bpel.DataOutput dos)
          Persists (serialize) this message.
 void restore(com.stc.connector.persistence.bpel.DataInput dis)
          Restore (deserialize) this message.
 void setWebResponse(WebResponse webResponse)
          Sets the WebResponse object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebResponseType

public WebResponseType()
Method Detail

setWebResponse

public void setWebResponse(WebResponse webResponse)
Sets the WebResponse object.

Parameters:
webResponse - The WebResponse object.

getWebResponse

public WebResponse getWebResponse()
gets the WebResponse object.

Returns:
The WebResponse object.

persist

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

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

restore

public void restore(com.stc.connector.persistence.bpel.DataInput dis)
             throws java.lang.Exception
Restore (deserialize) this message.

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

Sun Adapter for HTTP API

Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.