Java™ API for XML 型遠端程序呼叫 (JAX-RPC) 處理程式,是用來執行某範圍之處理作業的 Java 類別。 例如:記載訊息、轉換其內容或者終止送入的要求。 Modify the configuration
details for a JAX-RPC handler list that has been configured for use with service
integration bus-deployed web services.
About this task
處理程式會在連接埠監視訊息,並且根據每則訊息的傳送端和內容,採取適當的行動。 如果要使處理程式能夠執行較複雜的作業,您可以將它們一起鏈結在處理程式清單中。 WebSphere® Application Server 中所採取的方法是在連接埠上套用處理程式清單(而不是個別處理程式),每個處理程式清單都包含一或多個處理程式。
To
list the existing handler lists, and to view and modify their configuration
details, use the administrative console to complete the following steps:
Procedure
- In the navigation pane, click . A list of all the handler lists is displayed in a JAX-RPC handler
lists collection form.
- Click the name of a handler list in the list. The
current JAX-RPC
handler lists settings for this handler are displayed.
- Modify the following general properties:
- Name
- Modify the name of the handler list.
這個名稱必須是唯一的,且必須遵循下列語法規則:
- 不可以 "."(句點)開頭。
- 不可以空格開頭或結尾。
- 它不能包含下列中的任何字元:\ / , # $
@ : ; " * ? < > | =
+ & % '
當您變更處理程式清單名稱時,系統會查閱所有參照它的物件並更新名稱。
- Description
- Modify the (optional) description of the handler list.
- JAX-RPC handlers
- In the JAX-RPC handlers pane, complete the following steps:
- Select one or more previously-configured handlers from either the list
of available JAX-RPC handlers or the list of handlers for this JAX-RPC handler
list, then click Add or Remove to
modify the list of handlers for this JAX-RPC handler list.
- Select a handler in the list of handlers for this JAX-RPC handler list,
then click Up or Down to change
the position of the handler within the list.
處理程式會依照它們在處理程式清單中的順序來套用。
Note: If you click Reset, only the Name and Description fields
are reset to their state when the form was first loaded. The two lists of
available and assigned handlers are not reset.
- 儲存對主要配置所做的變更。
Results
If the processing completes successfully, the list of handler lists
is redisplayed. Otherwise, an error message is displayed.