Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
N
R
S
A
addAttachmentContent(String, InputStream)
- Method in interface com.ibm.websphere.sca.soap.attachments.
Attachments
Adds Attachment content to the context ID.
addExistingAttachmentContent(String, String)
- Method in interface com.ibm.websphere.sca.soap.attachments.
Attachments
This adds existing attachment content to the specified context ID.
addMimeHeader(String, String)
- Method in interface com.ibm.websphere.sca.soap.attachments.
AttachmentMetaData
Adds a SerializableMimeHeader object with the specified name and value to this AttachmentMetaData object’s list of headers.
AttachmentMetaData
- Interface in
com.ibm.websphere.sca.soap.attachments
Modeled heavily after the
javax.xml.soap.MimeHeaders
interface.
AttachmentProcessingException
- Exception in
com.ibm.websphere.sca.soap.attachments
Thrown if an error occurs while processing the attachment.
AttachmentProcessingException()
- Constructor for exception com.ibm.websphere.sca.soap.attachments.
AttachmentProcessingException
AttachmentProcessingException(String)
- Constructor for exception com.ibm.websphere.sca.soap.attachments.
AttachmentProcessingException
AttachmentProcessingException(String, Throwable)
- Constructor for exception com.ibm.websphere.sca.soap.attachments.
AttachmentProcessingException
AttachmentProcessingException(Throwable)
- Constructor for exception com.ibm.websphere.sca.soap.attachments.
AttachmentProcessingException
Attachments
- Interface in
com.ibm.websphere.sca.soap.attachments
C
com.ibm.websphere.sca.soap.attachments
- package com.ibm.websphere.sca.soap.attachments
D
DEFAULT_EXPIRATION
- Static variable in class com.ibm.websphere.sca.soap.attachments.
ExpirationPolicy
deleteAttachmentContent(String, String)
- Method in interface com.ibm.websphere.sca.soap.attachments.
Attachments
Deletes the attachment content specified by the attachment context ID and attachment ID.
E
ExpirationPolicy
- Class in
com.ibm.websphere.sca.soap.attachments
ExpirationPolicy()
- Constructor for class com.ibm.websphere.sca.soap.attachments.
ExpirationPolicy
Constructs a new expiration policy object with a default value of
EXPLICIT
.
ExpirationPolicy(long)
- Constructor for class com.ibm.websphere.sca.soap.attachments.
ExpirationPolicy
Constructs a new expiration policy object whose expiration interval is set to the supplied interval.
EXPLICIT
- Static variable in class com.ibm.websphere.sca.soap.attachments.
ExpirationPolicy
Constant signifying explicit cleanup.
F
FAULT_EXPIRATION
- Static variable in class com.ibm.websphere.sca.soap.attachments.
ExpirationPolicy
G
getAllMetaData(String)
- Method in interface com.ibm.websphere.sca.soap.attachments.
Attachments
Returns an Iterator of attachment metadata objects associated with the specified attachment context ID.
getAllMimeHeaders()
- Method in interface com.ibm.websphere.sca.soap.attachments.
AttachmentMetaData
Returns all the MIME headers associated with the attachment’s metadata.
getAttachmentContent(String, String)
- Method in interface com.ibm.websphere.sca.soap.attachments.
Attachments
Returns an InputStream of the attachment content.
getAttachmentContextIDForSCAMessage(Message, boolean)
- Method in interface com.ibm.websphere.sca.soap.attachments.
Attachments
Gets an attachment context ID for an SCA message, with an option to create the attachment context ID during the method call.
getAttachmentContextIDForSMO(ServiceMessageObject, boolean)
- Method in interface com.ibm.websphere.sca.soap.attachments.
Attachments
Gets an attachment context ID for an SMO, with an option to create the attachment context ID during the method call.
getAttachmentCount(String)
- Method in interface com.ibm.websphere.sca.soap.attachments.
Attachments
Returns the number of attachments for the specified attachment context ID.
getAttachmentID()
- Method in interface com.ibm.websphere.sca.soap.attachments.
AttachmentMetaData
Gets the unique storage ID associated with the attachment.
getContentSize(String, String)
- Method in interface com.ibm.websphere.sca.soap.attachments.
Attachments
Returns the number of bytes in this Attachment object.
getExpirationInterval()
- Method in class com.ibm.websphere.sca.soap.attachments.
ExpirationPolicy
Gets the expiration interval in milliseconds.
getExpirationPolicy(String)
- Method in interface com.ibm.websphere.sca.soap.attachments.
Attachments
Returns the ExpirationPolicy for the specified attachment context ID.
getMatchingMimeHeaders(String[])
- Method in interface com.ibm.websphere.sca.soap.attachments.
AttachmentMetaData
Returns all the MIME header objects whose name matches a name in the given array of names.
getMetaDataForAttachment(String, String)
- Method in interface com.ibm.websphere.sca.soap.attachments.
Attachments
Returns an attachment metadata object for the attachment associated with the attachment context ID and attachment unique ID.
getMimeHeader(String)
- Method in interface com.ibm.websphere.sca.soap.attachments.
AttachmentMetaData
Returns all of the values for the specified header as an array of String objects.
getName()
- Method in interface com.ibm.websphere.sca.soap.attachments.
SerializableMimeHeader
Returns the name of this MIME header.
getNonMatchingMimeHeaders(String[])
- Method in interface com.ibm.websphere.sca.soap.attachments.
AttachmentMetaData
Returns all of MIME header objects whose name does not match a name in the given array of names.
getValue()
- Method in interface com.ibm.websphere.sca.soap.attachments.
SerializableMimeHeader
Returns the value of this MIME header.
I
INSTANCE
- Static variable in interface com.ibm.websphere.sca.soap.attachments.
Attachments
Attachments interface instance.
N
NoSuchAttachmentContextException
- Exception in
com.ibm.websphere.sca.soap.attachments
Thrown if an invalid context is referenced.
NoSuchAttachmentContextException()
- Constructor for exception com.ibm.websphere.sca.soap.attachments.
NoSuchAttachmentContextException
NoSuchAttachmentContextException(String)
- Constructor for exception com.ibm.websphere.sca.soap.attachments.
NoSuchAttachmentContextException
NoSuchAttachmentContextException(String, Throwable)
- Constructor for exception com.ibm.websphere.sca.soap.attachments.
NoSuchAttachmentContextException
NoSuchAttachmentContextException(Throwable)
- Constructor for exception com.ibm.websphere.sca.soap.attachments.
NoSuchAttachmentContextException
NoSuchAttachmentException
- Exception in
com.ibm.websphere.sca.soap.attachments
Thrown if an invalid attachment ID is provided.
NoSuchAttachmentException()
- Constructor for exception com.ibm.websphere.sca.soap.attachments.
NoSuchAttachmentException
NoSuchAttachmentException(String)
- Constructor for exception com.ibm.websphere.sca.soap.attachments.
NoSuchAttachmentException
NoSuchAttachmentException(String, Throwable)
- Constructor for exception com.ibm.websphere.sca.soap.attachments.
NoSuchAttachmentException
NoSuchAttachmentException(Throwable)
- Constructor for exception com.ibm.websphere.sca.soap.attachments.
NoSuchAttachmentException
R
removeAllMimeHeaders()
- Method in interface com.ibm.websphere.sca.soap.attachments.
AttachmentMetaData
Removes all the header entries from this attachment metadata object.
removeAttachmentContextForSCAMessage(Message)
- Method in interface com.ibm.websphere.sca.soap.attachments.
Attachments
Explicitly removes the attachment context ID for an SCA message.
removeAttachmentContextForSMO(ServiceMessageObject)
- Method in interface com.ibm.websphere.sca.soap.attachments.
Attachments
Explicitly removes the attachment context ID for an SMO.
removeMimeHeader(String)
- Method in interface com.ibm.websphere.sca.soap.attachments.
AttachmentMetaData
Remove all MIME headers whose name matches the given name.
S
SerializableMimeHeader
- Interface in
com.ibm.websphere.sca.soap.attachments
setExpirationPolicy(String, ExpirationPolicy)
- Method in interface com.ibm.websphere.sca.soap.attachments.
Attachments
Sets the ExpirationPolicy for the specified attachment context ID.
setMimeHeader(String, String)
- Method in interface com.ibm.websphere.sca.soap.attachments.
AttachmentMetaData
Replaces the current value of the first header entry whose name matches the given name with the given value, adding a new header if no existing header name matches.
setShouldPropagateAtImport(String, boolean)
- Method in interface com.ibm.websphere.sca.soap.attachments.
Attachments
Sets the flag controlling whether attachments are propagated through Web Service imports.
shouldPropagateAtImport(String)
- Method in interface com.ibm.websphere.sca.soap.attachments.
Attachments
Returns true if attachments should be propagated through Web Service import.
A
C
D
E
F
G
I
N
R
S
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2006 IBM Corp. All Rights Reserved.