-
public interface LogicalMessage
TheLogicalMessage
interface represents a protocol agnostic XML message and contains methods that provide access to the payload of the message.- Since:
- JAX-WS 2.0
-
-
Method Summary
Methods Modifier and Type Method and Description Source
getPayload()
Gets the message payload as an XML source, may be called multiple times on the same LogicalMessage instance, always returns a newSource
that may be used to retrieve the entire message payload.Object
getPayload(JAXBContext context)
Gets the message payload as a JAXB object.void
setPayload(Object payload, JAXBContext context)
Sets the message payloadvoid
setPayload(Source payload)
Sets the message payload
-
-
-
Method Detail
-
getPayload
Source getPayload()
Gets the message payload as an XML source, may be called multiple times on the same LogicalMessage instance, always returns a newSource
that may be used to retrieve the entire message payload.If the returned
Source
is an instance ofDOMSource
, then modifications to the encapsulated DOM tree change the message payload in-place, there is no need to susequently callsetPayload
. Other types ofSource
provide only read access to the message payload.- Returns:
- The contained message payload; returns
null
if no payload is present in this message.
-
setPayload
void setPayload(Source payload)
Sets the message payload- Parameters:
payload
- message payload- Throws:
WebServiceException
- If any error during the setting of the payload in this messageUnsupportedOperationException
- If this operation is not supported
-
getPayload
Object getPayload(JAXBContext context)
Gets the message payload as a JAXB object. Note that there is no connection between the returned object and the message payload, changes to the payload require callingsetPayload
.- Parameters:
context
- The JAXBContext that should be used to unmarshall the message payload- Returns:
- The contained message payload; returns
null
if no payload is present in this message - Throws:
WebServiceException
- If an error occurs when using a supplied JAXBContext to unmarshall the payload. The cause of the WebServiceException is the original JAXBException.
-
setPayload
void setPayload(Object payload, JAXBContext context)
Sets the message payload- Parameters:
payload
- message payloadcontext
- The JAXBContext that should be used to marshall the payload- Throws:
UnsupportedOperationException
- If this operation is not supportedWebServiceException
- If an error occurs when using the supplied JAXBContext to marshall the payload. The cause of the WebServiceException is the original JAXBException.
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-javax/xml/ws/LogicalMessage.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.