|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttachmentSet | |
|---|---|
| com.oracle.webservices.impl.encoding | |
| com.oracle.webservices.impl.internalspi.encoding | |
| 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.encoding | |
| 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.saaj | |
| com.sun.xml.ws.message.source | |
| com.sun.xml.ws.message.stream | |
| com.sun.xml.ws.security.encoding | |
| com.sun.xml.ws.security.message.stream | |
| com.sun.xml.ws.security.opt.impl.incoming | |
| com.sun.xml.ws.security.opt.impl.message | |
| Uses of AttachmentSet in com.oracle.webservices.impl.encoding |
|---|
| Methods in com.oracle.webservices.impl.encoding with parameters of type AttachmentSet | |
|---|---|
Message |
StreamDecoderImpl.decode(InputStream in,
String charset,
AttachmentSet att,
SOAPVersion soapVersion)
|
| Uses of AttachmentSet in com.oracle.webservices.impl.internalspi.encoding |
|---|
| Methods in com.oracle.webservices.impl.internalspi.encoding with parameters of type AttachmentSet | |
|---|---|
Message |
StreamDecoder.decode(InputStream in,
String charset,
AttachmentSet att,
SOAPVersion soapVersion)
|
| Uses of AttachmentSet in com.sun.xml.ws.api.message |
|---|
| Fields in com.sun.xml.ws.api.message declared as AttachmentSet | |
|---|---|
protected AttachmentSet |
Message.attachmentSet
|
| Methods in com.sun.xml.ws.api.message that return AttachmentSet | |
|---|---|
AttachmentSet |
FilterMessageImpl.getAttachments()
|
AttachmentSet |
Message.getAttachments()
Gets the attachments of this message (attachments live outside a message.) |
| Uses of AttachmentSet in com.sun.xml.ws.api.message.stream |
|---|
| Constructors in com.sun.xml.ws.api.message.stream with parameters of type AttachmentSet | |
|---|---|
InputStreamMessage(Packet properties,
AttachmentSet attachments,
String contentType,
InputStream msg)
Create a new message. |
|
XMLStreamReaderMessage(Packet properties,
AttachmentSet attachments,
XMLStreamReader msg)
Create a new message. |
|
| Uses of AttachmentSet in com.sun.xml.ws.api.pipe |
|---|
| Methods in com.sun.xml.ws.api.pipe with parameters of type AttachmentSet | |
|---|---|
Message |
StreamSOAPCodec.decode(XMLStreamReader reader,
AttachmentSet att)
Reads events from XMLStreamReader and constructs a
Message for SOAP envelope. |
| Uses of AttachmentSet in com.sun.xml.ws.client.dispatch |
|---|
| Methods in com.sun.xml.ws.client.dispatch that return AttachmentSet | |
|---|---|
protected AttachmentSet |
DispatchImpl.setOutboundAttachments()
|
| Uses of AttachmentSet in com.sun.xml.ws.encoding |
|---|
| Methods in com.sun.xml.ws.encoding with parameters of type AttachmentSet | |
|---|---|
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(InputStream in,
String contentType,
Packet packet,
AttachmentSet att)
|
void |
RootOnlyCodec.decode(ReadableByteChannel in,
String contentType,
Packet packet,
AttachmentSet att)
|
void |
StreamSOAPCodec.decode(ReadableByteChannel in,
String contentType,
Packet response,
AttachmentSet att)
|
static Message |
StreamSOAPCodec.decode(SOAPVersion soapVersion,
XMLStreamReader reader,
AttachmentSet attachmentSet)
|
Message |
StreamSOAPCodec.decode(XMLStreamReader reader,
AttachmentSet attachmentSet)
Decodes a message from XMLStreamReader that points to
the beginning of a SOAP infoset. |
| Uses of AttachmentSet in com.sun.xml.ws.encoding.xml |
|---|
| Methods in com.sun.xml.ws.encoding.xml that return AttachmentSet | |
|---|---|
AttachmentSet |
XMLMessage.XMLMultiPart.getAttachments()
|
| Uses of AttachmentSet in com.sun.xml.ws.message |
|---|
| Classes in com.sun.xml.ws.message that implement AttachmentSet | |
|---|---|
class |
AttachmentSetImpl
Default dumb AttachmentSet implementation backed by ArrayList. |
class |
MimeAttachmentSet
AttachmentSet backed by MimeMultipartParser |
| Constructors in com.sun.xml.ws.message with parameters of type AttachmentSet | |
|---|---|
AttachmentUnmarshallerImpl(AttachmentSet attachments)
|
|
DOMMessage(SOAPVersion ver,
MessageHeaders headers,
Element payload,
AttachmentSet attachments)
|
|
EmptyMessageImpl(MessageHeaders headers,
AttachmentSet attachmentSet,
SOAPVersion version)
|
|
| Uses of AttachmentSet in com.sun.xml.ws.message.jaxb |
|---|
| Methods in com.sun.xml.ws.message.jaxb with parameters of type AttachmentSet | |
|---|---|
static Message |
JAXBMessage.create(BindingContext context,
Object jaxbObject,
SOAPVersion soapVersion,
MessageHeaders headers,
AttachmentSet attachments)
|
| Uses of AttachmentSet in com.sun.xml.ws.message.saaj |
|---|
| Classes in com.sun.xml.ws.message.saaj that implement AttachmentSet | |
|---|---|
protected static class |
SAAJMessage.SAAJAttachmentSet
AttachmentSet for SAAJ. |
| Methods in com.sun.xml.ws.message.saaj that return AttachmentSet | |
|---|---|
AttachmentSet |
SAAJMessage.getAttachments()
Gets the attachments of this message (attachments live outside a message.) |
| Uses of AttachmentSet in com.sun.xml.ws.message.source |
|---|
| Constructors in com.sun.xml.ws.message.source with parameters of type AttachmentSet | |
|---|---|
PayloadSourceMessage(MessageHeaders headers,
Source payload,
AttachmentSet attSet,
SOAPVersion soapVersion)
|
|
| Uses of AttachmentSet in com.sun.xml.ws.message.stream |
|---|
| Methods in com.sun.xml.ws.message.stream that return AttachmentSet | |
|---|---|
AttachmentSet |
PayloadStreamReaderMessage.getAttachments()
|
| Constructors in com.sun.xml.ws.message.stream with parameters of type AttachmentSet | |
|---|---|
PayloadStreamReaderMessage(MessageHeaders headers,
XMLStreamReader reader,
AttachmentSet attSet,
SOAPVersion soapVersion)
|
|
StreamMessage(MessageHeaders headers,
AttachmentSet attachmentSet,
XMLStreamReader reader,
SOAPVersion soapVersion)
Creates a StreamMessage from a XMLStreamReader
that points at the start element of the payload, and headers. |
|
StreamMessage(SOAPVersion v,
XMLStreamReader envelope,
AttachmentSet attachments)
|
|
StreamMessage(TagInfoset envelopeTag,
TagInfoset headerTag,
AttachmentSet attachmentSet,
MessageHeaders headers,
String bodyPrologue,
TagInfoset bodyTag,
String bodyEpilogue,
XMLStreamReader reader,
SOAPVersion soapVersion)
|
|
StreamMessage(TagInfoset envelopeTag,
TagInfoset headerTag,
AttachmentSet attachmentSet,
MessageHeaders headers,
TagInfoset bodyTag,
XMLStreamReader reader,
SOAPVersion soapVersion)
Creates a StreamMessage from a XMLStreamReader
and the complete infoset of the SOAP envelope. |
|
| Uses of AttachmentSet in com.sun.xml.ws.security.encoding |
|---|
| Methods in com.sun.xml.ws.security.encoding with parameters of type AttachmentSet | |
|---|---|
Message |
LazyStreamCodec.decode(XMLStreamReader reader,
AttachmentSet att)
|
| Uses of AttachmentSet in com.sun.xml.ws.security.message.stream |
|---|
| Methods in com.sun.xml.ws.security.message.stream that return AttachmentSet | |
|---|---|
AttachmentSet |
LazyStreamBasedMessage.getAttachments()
Gets the attachments of this message (attachments live outside a message.) |
| Constructors in com.sun.xml.ws.security.message.stream with parameters of type AttachmentSet | |
|---|---|
LazyStreamBasedMessage(XMLStreamReader message,
StreamSOAPCodec codec,
AttachmentSet as)
|
|
| Uses of AttachmentSet in com.sun.xml.ws.security.opt.impl.incoming |
|---|
| Methods in com.sun.xml.ws.security.opt.impl.incoming that return AttachmentSet | |
|---|---|
AttachmentSet |
VerifiedStreamMessage.getAttachments()
|
AttachmentSet |
SecurityContext.getAttachmentSet()
|
AttachmentSet |
SecurityContext.getDecryptedAttachmentSet()
|
| Methods in com.sun.xml.ws.security.opt.impl.incoming with parameters of type AttachmentSet | |
|---|---|
void |
SecurityContext.setAttachmentSet(AttachmentSet attachments)
|
| Constructors in com.sun.xml.ws.security.opt.impl.incoming with parameters of type AttachmentSet | |
|---|---|
SecurityRecipient(XMLStreamReader reader,
SOAPVersion soapVersion,
AttachmentSet attachSet)
|
|
VerifiedStreamMessage(MessageHeaders headers,
AttachmentSet attachmentSet,
XMLStreamReader reader,
SOAPVersion soapVersion,
Map<String,String> bodyEnvNs)
Creates a StreamMessage from a XMLStreamReader
that points at the start element of the payload, and headers. |
|
VerifiedStreamMessage(TagInfoset envelopeTag,
TagInfoset headerTag,
AttachmentSet attachmentSet,
MessageHeaders headers,
TagInfoset bodyTag,
XMLStreamReader reader,
SOAPVersion soapVersion,
Map<String,String> bodyEnvNs)
Creates a StreamMessage from a XMLStreamReader
and the complete infoset of the SOAP envelope. |
|
| Uses of AttachmentSet in com.sun.xml.ws.security.opt.impl.message |
|---|
| Methods in com.sun.xml.ws.security.opt.impl.message that return AttachmentSet | |
|---|---|
AttachmentSet |
MessageWrapper.getAttachments()
Gets the attachments of this message (attachments live outside a message.) |
AttachmentSet |
SecuredMessage.getAttachments()
|
| Methods in com.sun.xml.ws.security.opt.impl.message with parameters of type AttachmentSet | |
|---|---|
void |
SecuredMessage.setAttachments(AttachmentSet as)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||