Modifying an existing JAX-RPC handler list

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.

Before you begin

You can only add previously-configured handlers to a handler list. To configure a handler, see Creating a new JAX-RPC handler configuration.

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

  1. In the navigation pane, click Integração de serviços -> Serviços da web -> Listas de Manipuladores JAX-RPC. A list of all the handler lists is displayed in a JAX-RPC handler lists collection form.
  2. Click the name of a handler list in the list. The current JAX-RPC handler lists settings for this handler are displayed.
  3. 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:
    1. 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.
    2. 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.
  4. 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.

What to do next

To use this handler list, select it for use with a web service as described in Modificando uma Configuração de Serviços de Entrada Existente or Modificando uma Configuração de Serviço de Saída Existente.

Ícone que indica o tipo de tópico Tópico de Tarefa



Ícone de registro de data e hora Última atualização: July 9, 2016 7:55
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=tjw_jaxrpc_handler_list_config
Nome do arquivo: tjw_jaxrpc_handler_list_config.html