Java™ API for XML 型遠端程序呼叫 (JAX-RPC) 處理程式,是用來執行某範圍之處理作業的 Java 類別。 例如:記載訊息、轉換其內容或者終止送入的要求。 Create a JAX-RPC
handler list for use with service integration bus-enabled web services.
About this task
處理程式會在連接埠監視訊息,並且根據每則訊息的傳送端和內容,採取適當的行動。 如果要使處理程式能夠執行較複雜的作業,您可以將它們一起鏈結在處理程式清單中。 WebSphere® Application Server 中所採取的方法是在連接埠上套用處理程式清單(而不是個別處理程式),每個處理程式清單都包含一或多個處理程式。
To
create a new JAX-RPC handler list, use the administrative console to complete
the following steps:
Procedure
- In the navigation pane, click . The JAX-RPC
handler lists collection form is displayed.
- Click New. The JAX-RPC
handler lists settings form is displayed.
- Type the following general properties:
- Name
- Type the name by which the handler list is known.
這個名稱必須是唯一的,且必須遵循下列語法規則:
- 不可以 "."(句點)開頭。
- 不可以空格開頭或結尾。
- 它不能包含下列中的任何字元:\ / , # $
@ : ; " * ? < > | =
+ & % '
For example TestList.
- Description
- Type the (optional) description of the handler list.
- JAX-RPC handlers
- In the JAX-RPC handlers pane, complete the following steps:
- Select one or more handlers from the list of available JAX-RPC handlers,
then click Add to move the selected handlers into 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.
- Click OK. The general properties
for this item are saved.
- 儲存對主要配置所做的變更。
Results
If the processing completes successfully, the list of handler lists
is updated to include the new handler list. Otherwise, an error message is
displayed.