Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleImportant

The name property is required.
FixMe: faultName is defined as beanName by the Sun Java EE 5 SDK at http://java.sun.com/javaee/5/docs/api/javax/xml/ws/WebFault.html.

The

...

@Oneway annotation

The @OneWay @Oneway annotation is defined by the javax.jws.OneWayOneway interface. It is placed on the methods in the SEI that will not require a response from the service. The @OneWay @Oneway annotation tells the run time that it can optimize the execution of the method by not waiting for a response and not reserving any resources to process a response.

...