WebSphere Enterprise Service Bus バージョン 6.2.0 オペレーティング・システム: AIX、HP-UX、i5/OS、Linux、Solaris、Windows


modifySCAExportHttpBinding コマンド

modifySCAExportHttpBinding コマンドを使用して、HTTP エクスポート・バインディングの属性を変更します。

始める前に

modifySCAExportHttpBinding コマンドは、wsadmin スクリプト・クライアントの AdminTask オブジェクトを使用して実行されます。

次のコマンドを使用して、すべての SCA 管理コマンドをリストできます。
wsadmin> $AdminTask help SCAAdminCommands
次のコマンドを使用して、特定のコマンドに関する詳細ヘルプを取得できます。
wsadmin> $AdminTask help command_name

構文

$AdminTask modifySCAExportHttpBinding { parameters }

パラメーターがバインディング・スコープで変更される場合、構文は以下のようにする必要があります。 <bindingName>realValue</bindingName>

パラメーターがメソッド・スコープで変更される場合は、構文を以下のようにする必要があります。<methodName>realValue</methodName>

目的

modifySCAExportHttpBinding コマンドは、HTTP エクスポート・バインディングに関連した 1 つ以上のリソースの JNDI 名を変更します。

コマンド名
modifySCAExportHttpBinding
ターゲット
なし。
結果
以下の状況により、SCACommandException がスローされます。
  • 無効なタイプのリソースが指定されている。
  • 存在しないリソースが指定されている。

パラメーター

moduleName
エクスポート・バインディングが属するモジュールの名前を指定する、必須の変更不可能なパラメーター。
export
エクスポートの名前を指定する、必須の変更不可能なパラメーター。
applicationName
アプリケーションの名前を指定する、オプションの変更不可能なパラメーター。
httpMethods
HTTP メソッドを指定するオプション・パラメーター。
transferEncoding
転送エンコードを指定するオプション・パラメーター。
contentEncoding
コンテンツ・エンコードを指定するオプション・パラメーター。

バインディング・スコープで、MyMod というモジュール内の Export1 という HTTP エクスポート・バインディングの転送エンコードを identity に変更します。 さらに、httpMethods を変更して、"GET"、ping 可能な "true"、および ReturnCode 400 を入力します。

wsadmin> $AdminTask modifySCAExportHttpBinding {-moduleName MyMod 
-export Export1 - transferEncoding <Export1>indentity</Export1> -httpMethods
<Export1><httpMethod type="GET" pingable="true"> <PingableSettings><ReturnCode>400</ReturnCode></PingableSettings> </httpMethod></Export1>}

メソッド・スコープで、MyMod というモジュール内の Export1 という HTTP エクスポート・バインディングの転送エンコードを identity に変更します。さらに、httpMethods を変更して、"GET"、ping 可能な "true"、および ReturnCode 400 を入力します。

wsadmin> $AdminTask modifySCAExportHttpBinding {-moduleName MyMod 
-export Export1 - transferEncoding <method1>indentity</method1> -httpMethods
<method1><httpMethod type="GET" pingable="true"> <PingableSettings><ReturnCode>400</ReturnCode></PingableSettings> </httpMethod></method1>}

reference 参照トピック

ご利用条件 | フィードバック


タイム・スタンプ・アイコン 最終更新: 2010/07/09


http://publib.boulder.ibm.com/infocenter/dmndhelp/v6r2mx/topic//com.ibm.websphere.wesb620.doc/ref/rwesb_modifySCAExportHttpBinding.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
このインフォメーション・センターでは Eclipse テクノロジーが採用されています (http://www.eclipse.org)。