public class Protocol.Message extends JsonProperties
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDoc() |
Schema |
getErrors()
Errors that might be thrown.
|
String |
getName()
The name of this message.
|
Schema |
getRequest()
The parameters of this message.
|
Schema |
getResponse()
The returned data.
|
int |
hashCode() |
boolean |
isOneWay()
Returns true if this is a one-way message, with no response or errors.
|
String |
toString() |
addProp, addProp, getJsonProp, getJsonProps, getProp, getProps
public String getName()
public Schema getRequest()
public Schema getResponse()
public Schema getErrors()
public boolean isOneWay()
public String getDoc()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.