Oracle GlassFish Server 3.0.1 Application Deployment Guide

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.

Table C–160 webservice-endpoint subelements

Element 

Required 

Description 

port-component-name

only one 

Specifies a unique name for a port component within a web or EJB module. 

endpoint-address-uri

zero or one 

Specifies the automatically generated endpoint address. 

login-config

zero or one 

Specifies the authentication configuration for an EJB web service endpoint. 

message-security-binding

zero or one 

Specifies a custom authentication provider binding. 

transport-guarantee

zero or one 

Specifies that the communication between client and server is NONE, INTEGRAL, or CONFIDENTIAL.

service-qname

zero or one 

Specifies the WSDL service element that is being referenced. 

tie-class

zero or one 

Specifies the automatically generated name of a tie implementation class for a port component. 

servlet-impl-class

zero or one 

Specifies the automatically generated name of the generated servlet implementation class. 

debugging-enabled

zero or one 

Specifies whether the debugging servlet is enabled for this web service endpoint. Allowed values are true and false (the default).

property (with attributes) (sun-web.xml)

property (with subelements) (sun-ejb-jar.xml)

zero or more 

Specifies a property, which has a name and a value.