public class AxisStubResponseAttributes extends Object implements ResponseAttributes
| Constructor and Description |
|---|
AxisStubResponseAttributes(org.apache.axis.client.Stub stub) |
| 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() |
public AxisStubResponseAttributes(org.apache.axis.client.Stub stub)
public 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 ResponseAttributes