Package | Description |
---|---|
com.sun.xml.ws.api.message |
Message and related abstractions that represent a SOAP message. |
com.sun.xml.ws.client.sei | |
com.sun.xml.ws.encoding | |
com.sun.xml.ws.message |
Message implementations. |
com.sun.xml.ws.message.stream | |
com.sun.xml.ws.server.sei |
Modifier and Type | Interface and Description |
---|---|
interface |
AttachmentEx
Attachment extended interface exposing custom MIME headers.
|
Modifier and Type | Method and Description |
---|---|
Attachment |
AttachmentSet.get(String contentId)
Gets the attachment by the content ID.
|
Modifier and Type | Method and Description |
---|---|
void |
AttachmentSet.add(Attachment att)
Adds an attachment to this set.
|
Modifier and Type | Method and Description |
---|---|
static String |
ResponseBuilder.getWSDLPartName(Attachment att)
Gets the WSDL part name of this attachment.
|
(package private) abstract Object |
ResponseBuilder.AttachmentBuilder.mapAttachment(Attachment att,
Object[] args) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
MimeMultipartParser.PartAttachment |
Modifier and Type | Method and Description |
---|---|
Attachment |
MimeMultipartParser.getAttachmentPart(String contentId)
This method can be called to get a matching MIME attachment part for the
given contentId.
|
Attachment |
MimeMultipartParser.getRootPart()
Parses the stream and returns the root part.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Attachment> |
MimeMultipartParser.getAttachmentParts()
Parses the entire stream and returns all MIME parts except root MIME part.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayAttachment |
class |
DataHandlerAttachment |
class |
JAXBAttachment |
Modifier and Type | Method and Description |
---|---|
Attachment |
MimeAttachmentSet.get(String contentId) |
Attachment |
AttachmentSetImpl.get(String contentId) |
Modifier and Type | Method and Description |
---|---|
Iterator<Attachment> |
MimeAttachmentSet.iterator()
Expensive operation.
|
Iterator<Attachment> |
AttachmentSetImpl.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
MimeAttachmentSet.add(Attachment att) |
void |
AttachmentSetImpl.add(Attachment att) |
Constructor and Description |
---|
AttachmentSetImpl(Iterable<Attachment> base)
Creates an
AttachmentSet by copying contents from another. |
Modifier and Type | Class and Description |
---|---|
class |
StreamAttachment
Attachment created from raw bytes.
|
Modifier and Type | Method and Description |
---|---|
static String |
EndpointArgumentsBuilder.getWSDLPartName(Attachment att)
Gets the WSDL part name of this attachment.
|
(package private) abstract void |
EndpointArgumentsBuilder.AttachmentBuilder.mapAttachment(Attachment att,
Object[] args) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.