Package jakarta.xml.messaging
Class URLEndpoint
- java.lang.Object
-
- jakarta.xml.messaging.Endpoint
-
- jakarta.xml.messaging.URLEndpoint
-
@Deprecated public class URLEndpoint extends Endpoint
Deprecated.since 6.2, will be removed without replacementA special case of theEndpointclass 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.A
URLEndpointobject contains a URL, which is used to make connections to the remote party. A standalone client can pass aURLEndpointobject to theSOAPConnectionmethodcallto send a message synchronously.
-
-
Constructor Summary
Constructors Constructor Description URLEndpoint(java.lang.String url)Deprecated.Constructs a newURLEndpointobject using the given URL.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetURL()Deprecated.Gets the URL associated with thisURLEndpointobject.
-