public class RpcResponseAttributes extends Object implements ResponseAttributes
| Constructor and Description |
|---|
RpcResponseAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Collection<CallNode> |
getCallTree() |
String |
getCopyright() |
String |
getLicenseInfo() |
MimeHeaders |
getResponseMimeHeaders() |
jp.go.nict.langrid.commons.rpc.RpcFault |
getResponseRpcFault() |
Iterable<jp.go.nict.langrid.commons.rpc.RpcHeader> |
getResponseRpcHeaders() |
String |
getServiceName() |
void |
loadAttributes(Collection<jp.go.nict.langrid.commons.rpc.RpcHeader> headers) |
void |
loadAttributes(HttpURLConnection con,
Collection<jp.go.nict.langrid.commons.rpc.RpcHeader> headers) |
void |
setRpcFault(jp.go.nict.langrid.commons.rpc.RpcFault rpcFault) |
public void loadAttributes(HttpURLConnection con, Collection<jp.go.nict.langrid.commons.rpc.RpcHeader> headers) throws ParseException
ParseExceptionpublic void loadAttributes(Collection<jp.go.nict.langrid.commons.rpc.RpcHeader> headers) throws ParseException
ParseExceptionpublic String getServiceName()
getServiceName in interface ResponseAttributespublic String getCopyright()
getCopyright in interface ResponseAttributespublic String getLicenseInfo()
getLicenseInfo in interface ResponseAttributespublic Collection<CallNode> getCallTree()
getCallTree in interface ResponseAttributespublic MimeHeaders getResponseMimeHeaders()
getResponseMimeHeaders in interface ResponseAttributespublic Iterable<jp.go.nict.langrid.commons.rpc.RpcHeader> getResponseRpcHeaders()
getResponseRpcHeaders in interface ResponseAttributespublic jp.go.nict.langrid.commons.rpc.RpcFault getResponseRpcFault()
getResponseRpcFault in interface ResponseAttributespublic void setRpcFault(jp.go.nict.langrid.commons.rpc.RpcFault rpcFault)