Package | Description |
---|---|
com.sun.xml.ws.api.message |
Message and related abstractions that represent a SOAP message. |
com.sun.xml.ws.api.message.stream | |
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.client.dispatch | |
com.sun.xml.ws.client.sei | |
com.sun.xml.ws.encoding | |
com.sun.xml.ws.encoding.xml | |
com.sun.xml.ws.handler | |
com.sun.xml.ws.message |
Message implementations. |
com.sun.xml.ws.message.jaxb |
Message implementation for JAXB. |
com.sun.xml.ws.message.saaj | |
com.sun.xml.ws.message.source | |
com.sun.xml.ws.message.stream | |
com.sun.xml.ws.server.sei |
Modifier and Type | Field and Description |
---|---|
protected AttachmentSet |
Message.attachmentSet |
Modifier and Type | Method and Description |
---|---|
AttachmentSet |
MessageWrapper.getAttachments() |
AttachmentSet |
Message.getAttachments()
Gets the attachments of this message
(attachments live outside a message.)
|
AttachmentSet |
FilterMessageImpl.getAttachments() |
Modifier and Type | Field and Description |
---|---|
AttachmentSet |
StreamBasedMessage.attachments
The attachments of this message
(attachments live outside a message.)
|
Constructor and Description |
---|
InputStreamMessage(Packet properties,
AttachmentSet attachments,
String contentType,
InputStream msg)
Create a new message.
|
StreamBasedMessage(Packet properties,
AttachmentSet attachments)
Create a new message.
|
XMLStreamReaderMessage(Packet properties,
AttachmentSet attachments,
javax.xml.stream.XMLStreamReader msg)
Create a new message.
|
Modifier and Type | Method and Description |
---|---|
Message |
StreamSOAPCodec.decode(javax.xml.stream.XMLStreamReader reader,
AttachmentSet att)
Reads events from
XMLStreamReader and constructs a
Message for SOAP envelope. |
Modifier and Type | Method and Description |
---|---|
protected AttachmentSet |
DispatchImpl.setOutboundAttachments() |
Modifier and Type | Method and Description |
---|---|
(package private) Object |
ResponseBuilder.WrappedPartBuilder.readResponse(Object[] args,
javax.xml.stream.XMLStreamReader r,
AttachmentSet att) |
Modifier and Type | Method and Description |
---|---|
void |
StreamSOAPCodec.decode(InputStream in,
String contentType,
Packet packet,
AttachmentSet att) |
void |
StreamSOAP12Codec.decode(InputStream in,
String contentType,
Packet packet,
AttachmentSet att) |
void |
RootOnlyCodec.decode(InputStream in,
String contentType,
Packet packet,
AttachmentSet att)
Reads root part bytes from
InputStream and constructs a Message
along with the given attachments. |
void |
StreamSOAPCodec.decode(ReadableByteChannel in,
String contentType,
Packet response,
AttachmentSet att) |
void |
RootOnlyCodec.decode(ReadableByteChannel in,
String contentType,
Packet packet,
AttachmentSet att) |
Message |
StreamSOAPCodec.decode(javax.xml.stream.XMLStreamReader reader,
AttachmentSet attachmentSet)
Decodes a message from
XMLStreamReader that points to
the beginning of a SOAP infoset. |
Modifier and Type | Method and Description |
---|---|
AttachmentSet |
XMLMessage.XMLMultiPart.getAttachments() |
Modifier and Type | Method and Description |
---|---|
Message |
LogicalMessageImpl.getMessage(HeaderList headers,
AttachmentSet attachments,
WSBinding binding)
This should be called by first checking if the payload is modified.
|
Modifier and Type | Class and Description |
---|---|
class |
AttachmentSetImpl
Default dumb
AttachmentSet implementation backed by ArrayList . |
class |
MimeAttachmentSet
AttachmentSet backed by MimeMultipartParser |
Constructor and Description |
---|
AttachmentUnmarshallerImpl(AttachmentSet attachments) |
DOMMessage(SOAPVersion ver,
HeaderList headers,
Element payload,
AttachmentSet attachments) |
EmptyMessageImpl(HeaderList headers,
AttachmentSet attachmentSet,
SOAPVersion version) |
Modifier and Type | Method and Description |
---|---|
static Message |
JAXBMessage.create(BindingContext context,
Object jaxbObject,
SOAPVersion soapVersion,
HeaderList headers,
AttachmentSet attachments) |
Constructor and Description |
---|
AttachmentMarshallerImpl(AttachmentSet attachemnts) |
Modifier and Type | Method and Description |
---|---|
AttachmentSet |
SAAJMessage.getAttachments()
Gets the attachments of this message
(attachments live outside a message.)
|
Constructor and Description |
---|
PayloadSourceMessage(HeaderList headers,
Source payload,
AttachmentSet attSet,
SOAPVersion soapVersion) |
Modifier and Type | Method and Description |
---|---|
AttachmentSet |
PayloadStreamReaderMessage.getAttachments() |
Constructor and Description |
---|
PayloadStreamReaderMessage(HeaderList headers,
javax.xml.stream.XMLStreamReader reader,
AttachmentSet attSet,
SOAPVersion soapVersion) |
StreamMessage(HeaderList headers,
AttachmentSet attachmentSet,
javax.xml.stream.XMLStreamReader reader,
SOAPVersion soapVersion)
Creates a
StreamMessage from a XMLStreamReader
that points at the start element of the payload, and headers. |
StreamMessage(TagInfoset envelopeTag,
TagInfoset headerTag,
AttachmentSet attachmentSet,
HeaderList headers,
String bodyPrologue,
TagInfoset bodyTag,
String bodyEpilogue,
javax.xml.stream.XMLStreamReader reader,
SOAPVersion soapVersion) |
StreamMessage(TagInfoset envelopeTag,
TagInfoset headerTag,
AttachmentSet attachmentSet,
HeaderList headers,
TagInfoset bodyTag,
javax.xml.stream.XMLStreamReader reader,
SOAPVersion soapVersion)
Creates a
StreamMessage from a XMLStreamReader
and the complete infoset of the SOAP envelope. |
Modifier and Type | Method and Description |
---|---|
(package private) void |
EndpointArgumentsBuilder.WrappedPartBuilder.readRequest(Object[] args,
javax.xml.stream.XMLStreamReader r,
AttachmentSet att) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.