The Handler class describe both
- a Handler reference to use on the client side of a Web Service,
- and a Handler description.
The difference is that the port-names attribute is present for a handler reference,
and the port-names attribute does not exist for a handler description.
author: Guillaume Sauthier author: Xavier Delplanque author: Helene Joanin
Creates a new HandlerRef object.
Parameters: classLoader - ejbjar classLoader Parameters: handler - contains informations defined in web deploymentdescriptor (service-ref) throws: DeploymentDescException - When Construction fails.
Return the list of port name the Handler is associated with. The names
match the localPart of the Port QName.
the list of port name the Handler is associated with.