webservice-endpoint
Specifies information about a web service endpoint.
Superelements
servlet (sun-web.xml),
ejb (sun-ejb-jar.xml)
Subelements
The following table describes subelements for the webservice-endpoint element.
webservice-endpoint subelements
|
|
|
|
only one |
Specifies a unique
name for a port component within a web or EJB module. |
|
zero or
one |
Specifies the automatically generated endpoint address. |
|
zero or one |
Specifies the authentication configuration for
an EJB web service endpoint. |
|
zero or one |
Specifies a custom authentication provider binding. |
|
zero
or one |
Specifies that the communication between client and server is NONE, INTEGRAL,
or CONFIDENTIAL. |
|
zero or one |
Specifies the WSDL service element that is being referenced. |
|
zero
or one |
Specifies the automatically generated name of a tie implementation class for a
port component. |
|
zero or one |
Specifies the automatically generated name of the generated servlet implementation
class. |
|
zero or one |
Specifies whether the debugging servlet is enabled for this web
service endpoint. Allowed values are true and false (the default). |
|
zero or more |
Specifies
a property, which has a name and a value. |
|