Skip Headers
Oracle GlassFish Server Reference Manual
Release 3.1.2

Part Number E24938-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

glassfish:webservices:servlet-ri:startedEvent

JAX-WS RI web service request started event

Synopsis

glassfish:webservices:servlet-ri:startedEvent(
java.lang.String endpointAddress)

Description

This event indicates the start of a web service request for an application that uses the reference implementation (RI) of the Java API for XML Web Services (JAX-WS). A JAX-WS RI application is deployed by using the sun-jaxws.xml deployment descriptor.

Use this event to count the number of requests for the end point of a web service.

Parameters

endpointAddress

The full path of the web service request without host:port.