Call/Stub Properties

Web Services Reference tabbed pane -> Web Service Reference section -> Add/Edit button -> Add/Edit Web Services Reference dialog box -> Sun ONE Settings button -> Web Service Sun-specific Settings dialog box -> Port Settings section -> Call or Stub icon

In this dialog box, you can provide the properties and values for the Call or Stub classes generated for the service endpoint interface.

The Stub Properties are JAX-RPC property values that should be set on a stub before it is returned to the web service client. The property names can be any properties supported by the JAX-RPC Stub implementation. See javadoc for javax.xml.rpc.Stub.

The Call Properties are JAX-RPC property values that should be set on a Call object before it is returned to the web service client. The property names can be any properties supported by the JAX-RPC Call implementation. See javadoc for javax.xml.rpc.Call.

To add a property:

  1. Click Add.
  2. The Property Name column contains the list of the standard properties for javax.xml.rpc. Call or javax.xml.rpc.Stub, depending on your selection.
  3. Select a property from the Property Name drop-down list.
  4. Provide a value for the property in the Value column.

To delete a Property for the service endpoint interface, select the row containing the settings and click Delete. A confirmation dialog asks if you really want to delete the property.


Legal Notices