Uses of Class
jakarta.xml.messaging.Endpoint
-
Packages that use Endpoint Package Description jakarta.xml.messaging Provides the API for using a messaging provider to send and receive SOAP messages. -
-
Uses of Endpoint in jakarta.xml.messaging
Subclasses of Endpoint in jakarta.xml.messaging Modifier and Type Class Description class
URLEndpoint
A special case of theEndpoint
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.
-