Modifier and Type | Method and Description |
---|---|
void |
addProp(String name,
String value)
Add a property with the given name to this field.
|
boolean |
equals(Object o) |
String |
getDoc() |
Schema |
getErrors()
Errors that might be thrown.
|
String |
getName()
The name of this message.
|
String |
getProp(String name)
Return the value of the named property in this field or null.
|
Map<String,String> |
getProps()
Return the defined properties as an unmodifieable Map.
|
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() |
public String getName()
public Schema getRequest()
public Schema getResponse()
public Schema getErrors()
public boolean isOneWay()
public String getProp(String name)
public void addProp(String name, String value)
public Map<String,String> getProps()
public String getDoc()
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.