Programming Advanced Features of WebLogic Web Services Using JAX-WS

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Introduction

This document is a resource for software developers who program advanced features for WebLogic Web Services using JAX-WS. The advanced features described are summarized in the following table.

Table 1-1 Programming Advanced Features Using JAX-WS 
Advanced Features
Description
Invoke a Web Service asynchronously.
Publish a Web Service endpoint at runtime, without deploying the Web Service.
Notify a client of a Web Service that an event has happened by programming a callback.
Send binary data using MTOM/XOP and/or streaming SOAP attachments to optimize transmission of binary data.
Invoke a Web Service based on a service endpoint interface (SEI) dynamically at run-time without using clientgen.
Use XML catalogs to resolve network resources to versions that are stored locally.
Create and configure SOAP message handlers for a Web Service.
Create a Web Service that follows the RESTful design paradigm.
Use the UDDI features of WebLogic Web Service.

For an overview of WebLogic Web Services, standards, samples, and related documentation, see Introducing WebLogic Web Services.

JAX-WS supports Web Services Security (WS-Security) 1.1 (except for WS-Secure Conversation). For information about WebLogic Web Service security, see Securing WebLogic Web Services.


  Back to Top       Previous  Next