
public static class ProtocolMessages.ResponseValues extends Object implements Serializable
| Constructor and Description |
|---|
ProtocolMessages.ResponseValues(ProtocolMessages.Response response,
Serializable... values)
Create a new ResponseValue.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolMessages.Response |
getResponse()
Get the response.
|
Serializable[] |
getValues()
Get the value.
|
public ProtocolMessages.ResponseValues(ProtocolMessages.Response response, Serializable... values)
response - the responsevalues - values to returnpublic final ProtocolMessages.Response getResponse()
public final Serializable[] getValues()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)