Package | Description |
---|---|
com.sun.xml.ws.api.message |
Message and related abstractions that represent a SOAP message. |
com.sun.xml.ws.encoding.xml | |
com.sun.xml.ws.message |
Message implementations. |
com.sun.xml.ws.message.jaxb |
Message implementation for JAXB. |
com.sun.xml.ws.message.source | |
com.sun.xml.ws.message.stream |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MessageWrapper
A
MessageWrapper wraps the Message for the access through Packet. |
Modifier and Type | Class and Description |
---|---|
static class |
XMLMessage.UnknownContent
Don't know about this content.
|
static class |
XMLMessage.XMLMultiPart
Data represented as a multi-part MIME message.
|
Modifier and Type | Class and Description |
---|---|
class |
DOMMessage
|
class |
EmptyMessageImpl
Message that has no body. |
Constructor and Description |
---|
AbstractMessageImpl(AbstractMessageImpl that)
Copy constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
JAXBDispatchMessage
Message backed by a JAXB bean; this implementation is used when client uses
Dispatch mechanism in JAXB/MESSAGE mode; difference from JAXBMessage is
that jaxbObject holds whole SOAP message including SOAP envelope;
it's the client who is responsible for preparing message content. |
class |
JAXBMessage
Message backed by a JAXB bean. |
Modifier and Type | Class and Description |
---|---|
class |
PayloadSourceMessage
|
Modifier and Type | Class and Description |
---|---|
class |
PayloadStreamReaderMessage
Message backed by XMLStreamReader as payload |
class |
StreamMessage
Message implementation backed by XMLStreamReader . |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.