eXo WS :: REST :: Extentions 2.3.0-GA

Serialized Form


Package org.exoplatform.services.rest.ext.groovy

Class org.exoplatform.services.rest.ext.groovy.MalformedScriptException extends Exception implements Serializable


Package org.exoplatform.services.rest.ext.transport

Class org.exoplatform.services.rest.ext.transport.SerialInputData extends Object implements Serializable

serialVersionUID: -8333597717110874434L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException
Restore data stream from supplied ObjectInputStream.

Throws:
IOException - if any i/o errors occurs

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write data stream in supplied ObjectOutputStream.

Throws:
IOException - if any i/o errors occurs
Serialized Fields

stream

InputStream stream
Data stream.

Class org.exoplatform.services.rest.ext.transport.SerialRequest extends Object implements Serializable

serialVersionUID: -1285660043757622945L

Serialized Fields

method

String method
HTTP method.


serviceURI

URI serviceURI
Resource's URI.


data

SerialInputData data
See SerialInputData.


headers

javax.ws.rs.core.MultivaluedMap<K,V> headers
HTTP headers.

Class org.exoplatform.services.rest.ext.transport.SerialResponse extends Object implements Serializable

serialVersionUID: 7250729921392627533L

Serialized Fields

status

int status
HTTP status.


headers

javax.ws.rs.core.MultivaluedMap<K,V> headers
HTTP headers.


data

SerialInputData data
See SerialInputData.


eXo WS :: REST :: Extentions 2.3.0-GA

Copyright © 2012 eXo Platform SAS. All Rights Reserved.