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
ParseException
public void loadAttributes(Collection<jp.go.nict.langrid.commons.rpc.RpcHeader> headers) throws ParseException
ParseException
public String getServiceName()
getServiceName
in interface ResponseAttributes
public String getCopyright()
getCopyright
in interface ResponseAttributes
public String getLicenseInfo()
getLicenseInfo
in interface ResponseAttributes
public Collection<CallNode> getCallTree()
getCallTree
in interface ResponseAttributes
public MimeHeaders getResponseMimeHeaders()
getResponseMimeHeaders
in interface ResponseAttributes
public Iterable<jp.go.nict.langrid.commons.rpc.RpcHeader> getResponseRpcHeaders()
getResponseRpcHeaders
in interface ResponseAttributes
public jp.go.nict.langrid.commons.rpc.RpcFault getResponseRpcFault()
getResponseRpcFault
in interface ResponseAttributes
public void setRpcFault(jp.go.nict.langrid.commons.rpc.RpcFault rpcFault)