jp.go.nict.langrid.cosee
クラス UserInfoEndpointRewriter

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

public class UserInfoEndpointRewriter
extends AbstractEndpointRewriter

invokerへの転送を行うEndpointRewriter。

作成者:
Takao Nakaguchi

入れ子のクラスの概要
 
クラス jp.go.nict.langrid.cosee.AbstractEndpointRewriter から継承された入れ子のクラス/インタフェース
AbstractEndpointRewriter.Parameters
 
コンストラクタの概要
UserInfoEndpointRewriter()
           
 
メソッドの概要
 Endpoint rewrite(Endpoint original, Map<String,Object> properties, URI processNamespace, String partnerLinkName, URI serviceNamespace)
          エンドポイントを書き換える。
 
クラス jp.go.nict.langrid.cosee.AbstractEndpointRewriter から継承されたメソッド
adjustProperties, extractProperties, makeEndpoint, makeNoAccessPermissionEndpoint
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

UserInfoEndpointRewriter

public UserInfoEndpointRewriter()
メソッドの詳細

rewrite

public Endpoint rewrite(Endpoint original,
                        Map<String,Object> properties,
                        URI processNamespace,
                        String partnerLinkName,
                        URI serviceNamespace)
インタフェース EndpointRewriter の記述:
エンドポイントを書き換える。

パラメータ:
original - オリジナルのエンドポイント
properties - プロパティ
processNamespace - 実行中の複合サービスの名前空間
partnerLinkName - 呼び出そうとしているサービスのパートナーリンク名
serviceNamespace - 呼び出そうとしているサービスの名前空間
戻り値:
エンドポイント