Scope: Class
Multiplicity
(0..1): You can use this tag
one time in any Java™ source
file that implements a Web service.
Purpose
This tag specifies which bindings to
generate in the WSDL file. The @WebSphere.EJBBinding tag specifies
remote access to an EJB. If no binding tag is used, a default SOAP
over HTTP binding is generated. If you are using this tag you must
also use an
@ejb.session tag.
| Parameter |
Type |
Applicability |
Description |
Mandatory |
| bindingName |
text |
|
Specifies the name to use for the <wsdl:binding>
element. Defaults to the Java2WSDL default. |
false |
| portName |
text |
|
Specifies the name of the service <wsdl:port>
element. Defaults to the Java2WSDL default. |
false |
| properties |
list of string |
|
This parameter can be used to pass additional
values to Java2WSDL. This parameter is WebSphere® specific. These properties begin
with ejb. Only properties for the corresponding binding
should be specified, but this is not enforced. Also, the spelling
of the Java2WSDL properties is not checked. To see the supported properties,
run the java2wsdl command with the -helpX option. |
false |