|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.framework.aop.interceptors.AbstractInterceptor
org.seasar.axis.client.DynamicInvocationInterceptor
Javaインタフェースを通じてWebサービスを呼び出すためのインターセプタです。
フィールドの概要 | |
protected java.lang.String |
endPointAddress
|
protected org.apache.axis.client.Service |
service
|
コンストラクタの概要 | |
DynamicInvocationInterceptor(org.apache.axis.client.Service service,
java.lang.String endPointAddress)
インスタンスを構築します。 |
|
DynamicInvocationInterceptor(org.apache.axis.client.Service service,
java.net.URL url)
インスタンスを構築します。 |
メソッドの概要 | |
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation)
ターゲットまたはサービスのメソッドを起動します。 |
クラス org.seasar.framework.aop.interceptors.AbstractInterceptor から継承したメソッド |
createProxy, getComponentDef, getTargetClass |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected final org.apache.axis.client.Service service
protected final java.lang.String endPointAddress
コンストラクタの詳細 |
public DynamicInvocationInterceptor(org.apache.axis.client.Service service, java.lang.String endPointAddress)
service
- サービスendPointAddress
- エンドポイントアドレスpublic DynamicInvocationInterceptor(org.apache.axis.client.Service service, java.net.URL url)
service
- サービスurl
- エンドポイントアドレスのURLメソッドの詳細 |
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws java.lang.Throwable
invocation
- メソッド起動情報
java.lang.Throwable
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |