jp.go.nict.langrid.cosee.ws
クラス DefaultSoapHeaderElementFactory

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

public class DefaultSoapHeaderElementFactory
extends Object
implements SoapHeaderElementFactory


コンストラクタの概要
DefaultSoapHeaderElementFactory()
           
 
メソッドの概要
 SOAPHeaderElement create(String namespace, String localPart, Object value)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DefaultSoapHeaderElementFactory

public DefaultSoapHeaderElementFactory()
メソッドの詳細

create

public SOAPHeaderElement create(String namespace,
                                String localPart,
                                Object value)
定義:
インタフェース SoapHeaderElementFactory 内の create