jp.go.nict.langrid.client.impl.axis
クラス AxisClientFactory
java.lang.Object
jp.go.nict.langrid.client.impl.axis.AxisClientFactory
- すべての実装されたインタフェース:
- ClientFactory
public class AxisClientFactory
- extends Object
- implements ClientFactory
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisClientFactory
public AxisClientFactory()
AxisClientFactory
public AxisClientFactory(org.apache.axis.EngineConfiguration config)
create
public <T> T create(Class<T> interfaceClass,
URL url)
- インタフェース
ClientFactory
の記述:
- createが返すオブジェクトは、RequestAttributesインタフェースとResponseAttributes
インタフェースを実装している必要がある。
- 定義:
- インタフェース
ClientFactory
内の create
- パラメータ:
interfaceClass
- サービスのインタフェースクラスurl
- エンドポイントURL
- 戻り値:
- クライアント
registerStub
public void registerStub(Class<?> intf,
Class<? extends org.apache.axis.client.Service> locatorClass,
String createMethodName)
getConverter
public Converter getConverter()