Java™ API for XML 型遠端程序呼叫 (JAX-RPC) 處理程式,是用來執行某範圍之處理作業的 Java 類別。 例如:記載訊息、轉換其內容或者終止送入的要求。 處理程式會在連接埠監視訊息,並且根據每則訊息的傳送端和內容,採取適當的行動。 Modify
the configuration details for a JAX-RPC handler that has been configured for
use, as part of a handler list, with service integration bus-deployed Web
services.
Before you begin
If you modify a handler class but do not change the class name,
you do not have to modify the handler configuration as described in this topic.
You just have to stop then restart the servers or
clusters that host the ports that this handler monitors.
About this task
To list the handlers, and to view and modify their configuration
details, complete the following steps.
Procedure
- Start the administrative console.
- In the navigation pane, click . A list of handlers is displayed in a JAX-RPC
handlers collection form.
- Click the name of a handler in the list. The current JAX-RPC handlers settings for
this handler are displayed.
- Modify the following general properties:
- Name
- Modify the name of the handler.
這個名稱必須是唯一的,且必須遵循下列語法規則:
- 不可以 "."(句點)開頭。
- 不可以空格開頭或結尾。
- 它不能包含下列中的任何字元:\ / , # $
@ : ; " * ? < > | =
+ & % '
Note: 當您變更處理程式名稱時,系統會查閱所有參照它的物件並更新名稱。
- Description
- Modify the (optional) description of the handler.
- Class name
- Change the name of the class that is to be instantiated. If you change
the class name, you must also make the new class available to the servers or clusters that host the ports that this
handler monitors, as detailed in Loading JAX-RPC handler classes.
- Modify the following additional properties:
- SOAP roles
- Add, modify or remove SOAP actor definitions from the list of SOAP roles
in which this handler acts. For more information, see the
SOAP specification.
- JAX-RPC headers
- Add, modify or remove JAX-RPC header definitions (Namespace URI and Local
part) from the list of JAX-RPC headers against which this handler operates.
JAX-RPC headers are SOAP headers that are processed by a JAX-RPC handler.
- Custom properties
- Add, modify or remove custom properties (name/value pairs, where the name
is a property key and the value is a string value that can be used to set
internal system configuration properties).
- 儲存對主要配置所做的變更。
Results
If the processing completes successfully, the list of handlers is
redisplayed. Otherwise, an error message is displayed.