jp.go.nict.langrid.cosee.axis
クラス CallSoapHeaders

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

public class CallSoapHeaders
extends Object
implements SoapHeaders


コンストラクタの概要
CallSoapHeaders(org.apache.axis.client.Call call)
           
 
メソッドの概要
 void append(SOAPHeaderElement header)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CallSoapHeaders

public CallSoapHeaders(org.apache.axis.client.Call call)
メソッドの詳細

append

public void append(SOAPHeaderElement header)
定義:
インタフェース SoapHeaders 内の append