Um manipulador JAX-RPC (Java™ API for XML-based Remote Procedure Calls) é uma classe Java que executa uma variedade de tarefas de manipulação. Por exemplo, log de mensagens ou transformação de seu conteúdo ou encerramento de um pedido que chega. 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
As rotinas de tratamento monitoram as mensagens em portas e
agem apropriadamente dependendo do emissor e do conteúdo de cada mensagem. Para ativar manipuladores para assumir operações mais complexas, você os encadeia em listas de manipuladores. A abordagem usada no WebSphere® Application Server é aplicar listas de manipuladores (em vez de manipuladores individuais) às portas, em que cada lista de manipulador contém um ou mais manipuladores.
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.
Esse nome deve ser exclusivo e
obedecer as seguintes regras de sintaxe:
- Não deve iniciar com "." (um ponto).
- Não deve iniciar ou terminar com um espaço.
- Não deve conter nenhum dos seguintes caracteres: \ / , # $
@ : ; " * ? < > | =
+ & % '
Quando você altera um nome de lista de manipuladores, o sistema consulta todos os objetos que se referem a ele e atualiza o nome.
- 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.
Os manipuladores são aplicados na sequência em que aparecem na lista de manipuladores.
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.
- Salve suas alterações na configuração principal.
Results
If the processing completes successfully, the list of handler lists
is redisplayed. Otherwise, an error message is displayed.