jp.go.nict.langrid.client.impl.axis
クラス AxisStubResponseAttributes

java.lang.Object
  上位を拡張 jp.go.nict.langrid.client.impl.axis.AxisStubResponseAttributes
すべての実装されたインタフェース:
ResponseAttributes

public class AxisStubResponseAttributes
extends Object
implements ResponseAttributes


コンストラクタの概要
AxisStubResponseAttributes(org.apache.axis.client.Stub stub)
           
 
メソッドの概要
 Collection<CallNode> getCallTree()
           
 String getCopyright()
           
 String getLicenseInfo()
           
 MimeHeaders getMimeHeaders()
           
 String getServiceName()
           
 SOAPFault getSOAPFault()
           
 SOAPHeader getSOAPHeader()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AxisStubResponseAttributes

public AxisStubResponseAttributes(org.apache.axis.client.Stub stub)
メソッドの詳細

getServiceName

public String getServiceName()
定義:
インタフェース ResponseAttributes 内の getServiceName

getCopyright

public String getCopyright()
定義:
インタフェース ResponseAttributes 内の getCopyright

getLicenseInfo

public String getLicenseInfo()
定義:
インタフェース ResponseAttributes 内の getLicenseInfo

getCallTree

public Collection<CallNode> getCallTree()
定義:
インタフェース ResponseAttributes 内の getCallTree

getMimeHeaders

public MimeHeaders getMimeHeaders()
定義:
インタフェース ResponseAttributes 内の getMimeHeaders

getSOAPHeader

public SOAPHeader getSOAPHeader()
定義:
インタフェース ResponseAttributes 内の getSOAPHeader

getSOAPFault

public SOAPFault getSOAPFault()
定義:
インタフェース ResponseAttributes 内の getSOAPFault