Uses of Class
javax.xml.messaging.Endpoint

Packages that use Endpoint
javax.xml.messaging   
javax.xml.soap   
 

Uses of Endpoint in javax.xml.messaging
 

Subclasses of Endpoint in javax.xml.messaging
 class URLEndpoint
          A special case of the Endpoint class used for simple applications that want to communicate directly with another SOAP-based application in a point-to-point fashion instead of going through a messaging provider.
 

Uses of Endpoint in javax.xml.soap
 

Methods in javax.xml.soap with parameters of type Endpoint
abstract  SOAPMessage SOAPConnection.call(SOAPMessage request, Endpoint endpoint)
          Sends the given message to the specified endpoint and blocks until it has returned the response.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.