Working with JAX-RPC handlers and clients
Java™ API for XML 型遠端程序呼叫 (JAX-RPC) 提供一種標準方式,供您開發可交互作業和可攜式的 Web 服務。 You can use JAX-RPC handlers, handler lists and client applications with your service integration bus-enabled web services.
About this task
- JAX-RPC handlers and handler lists.
- JAX-RPC client applications.
JAX-RPC 處理程式是用來執行某範圍之處理作業的 Java 類別。例如:記載訊息、轉換其內容或者終止送入的要求。 如果要建立 JAX-RPC 處理程式,您可以使用 IBM® Rational® Application Developer 之類的工具。 如果要使處理程式能夠執行較複雜的作業,您可以將它們一起鏈結在處理程式清單中。 您將每份處理程式清單與一或多個埠建立關聯,使處理程式清單能夠監視埠的活動,並依傳送端和埠所傳送的每個訊息的內容來採取適當的動作.
JAX-RPC client applications send and receive web service request and response messages. JAX-RPC client applications that use the IBM JAX-RPC run-time environment can do this in a number of different ways, depending on the bindings in the WSDL document that they are developed against, and the configuration data that is used at run time.
Detailed instructions on how to configure JAX-RPC handlers, handler lists and client applications for use with the service integration bus are provided in the following topics: