| Home >> All >> javax >> xml >> [ messaging Javadoc ] |
javax.xml.messaging: Javadoc index of package javax.xml.messaging.
Package Samples:
javax.xml.messaging
Classes:
Endpoint: An opaque representation of an application endpoint. Typically, an Endpoint object represents a business entity, but it may represent a party of any sort. Conceptually, an Endpoint object is the mapping of a logical name (example, a URI) to a physical location, such as a URL. For messaging using a provider that supports profiles, an application does not need to specify an endpoint when it sends a message because destination information will be contained in the profile-specific header. However, for point-to-point plain SOAP messaging, an application must supply an Endpoint object to the SOAPConnection ...
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. 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.
| Home | Contact Us | Privacy Policy | Terms of Service |