FileDocCategorySizeDatePackage
Endpoint.javaAPI DocGlassfish v2 API3160Fri May 04 22:32:42 BST 2007com.sun.enterprise.webservice.monitoring

Endpoint

public interface Endpoint
This interface defines all information and behaviour accessible from a particular endpoint.
author
Jerome Dochez

Fields Summary
Constructors Summary
Methods Summary
public voidaddListener(MessageListener newListener)
registers a new SOAPMessageListener for this endpoint

param
newListener the listener instance to register.

public com.sun.enterprise.deployment.WebServiceEndpointgetDescriptor()
Returns the Deployment Descriptors associated with this endpoint

public java.lang.StringgetEndpointSelector()

return
the endpoint selector as a string. For Http transport endpoing, this is the URL web service clients use to invoke the endpoint.

public EndpointTypegetEndpointType()

return
the endpoint type

public TransportTypegetTransport()
Returns the transport

public voidremoveListener(MessageListener listener)
unregiters a SOAPMessageListener for this endpoint

param
listener the listener instance to unregister.