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

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

public class StubSoapHeaders
extends Object
implements SoapHeaders


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

コンストラクタの詳細

StubSoapHeaders

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

append

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