public class URLEndpoint extends Endpoint
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.
A URLEndpoint
object contains a URL, which is used to make connections to the remote party.
A standalone client can pass a URLEndpoint
object to the SOAPConnection
method call
to
send a message synchronously.
Constructor and Description |
---|
URLEndpoint(java.lang.String url)
Constructs a new
URLEndpoint object using the given URL. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getURL()
Gets the URL associated with this
URLEndpoint object. |
Copyright © 2005 Apache Web Services Project. All Rights Reserved.