Package | Description |
---|---|
javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
org.jboss.ws.core | |
org.jboss.ws.core.soap | |
org.jboss.ws.core.soap.attachment |
Modifier and Type | Method and Description |
---|---|
abstract AttachmentPart |
SOAPMessage.createAttachmentPart()
Creates a new empty
AttachmentPart object. |
AttachmentPart |
SOAPMessage.createAttachmentPart(DataHandler dataHandler)
Creates an
AttachmentPart object and populates it using
the given DataHandler object. |
AttachmentPart |
SOAPMessage.createAttachmentPart(Object content,
String contentType)
Creates an
AttachmentPart object and populates it with
the specified data of the specified content type. |
abstract AttachmentPart |
SOAPMessage.getAttachment(SOAPElement element)
Returns an
AttachmentPart object that is associated with an
attachment that is referenced by this SOAPElement or
null if no such attachment exists. |
Modifier and Type | Method and Description |
---|---|
abstract void |
SOAPMessage.addAttachmentPart(AttachmentPart AttachmentPart)
Adds the given
AttachmentPart object to this SOAPMessage
object. |
Modifier and Type | Method and Description |
---|---|
AttachmentPart |
StubExt.createAttachmentPart()
Creates a new empty AttachmentPart object.
|
AttachmentPart |
CommonClient.createAttachmentPart()
Creates a new empty AttachmentPart object.
|
Modifier and Type | Method and Description |
---|---|
void |
StubExt.addAttachmentPart(AttachmentPart attachmentpart)
Adds the given AttachmentPart object to the outgoing SOAPMessage.
|
void |
CommonClient.addAttachmentPart(AttachmentPart part)
Adds the given AttachmentPart object to the outgoing SOAPMessage.
|
Modifier and Type | Method and Description |
---|---|
AttachmentPart |
SOAPMessageImpl.createAttachmentPart() |
AttachmentPart |
SOAPMessageImpl.getAttachment(SOAPElement element) |
AttachmentPart |
SOAPMessageImpl.getAttachmentByContentId(String cid) |
AttachmentPart |
SOAPMessageImpl.getAttachmentByPartName(String partName) |
AttachmentPart |
SOAPMessageImpl.removeAttachmentByContentId(String cid) |
Modifier and Type | Method and Description |
---|---|
void |
SOAPMessageImpl.addAttachmentPart(AttachmentPart part) |
Modifier and Type | Method and Description |
---|---|
void |
SOAPMessageImpl.setAttachments(Collection<AttachmentPart> parts) |
Modifier and Type | Class and Description |
---|---|
class |
AttachmentPartImpl
Implementation of the
AttachmentPart interface. |
Modifier and Type | Method and Description |
---|---|
AttachmentPart |
MultipartRelatedDecoder.getRootPart()
Returns an
AttachmentPart representing the root part of this multipart/related message. |
Modifier and Type | Method and Description |
---|---|
Collection<AttachmentPart> |
MultipartRelatedDecoder.getRelatedParts()
Returns a collection of
AttachmentPart objects that represent the attachments on this message. |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.