@jpd:ebxml-method Annotation

Specifies settings for methods in participant business processes involved in exchanging business messages via ebXML.

Syntax

Attributes

Remarks

Use this annotation with the request method in a client request nodes to assign the ebXML envelope of an incoming message.

Example

The following example code shows an implementation of request in a participant business process that retrieves the ebXML envelope from a business message.

/**
*@jpd:ebxml-method envelope="{env}"
*/
public void request(XmlObject payload, XmlObject env) {
} 

Related Topics

ebXML Control

WebLogic Workshop Reference

Introducing Trading Partner Integration at http://download.oracle.com/docs/cd/E13214_01/wli/docs81/tpintro/index.html