Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


oracle.tip.pc.services.notification.payload
Interface IBodyPartType

All Known Implementing Classes:
BodyPartType

public interface IBodyPartType

Interface IBodyPartType.


Method Summary
 java.lang.String getBodyPartName()
          Returns the value of field 'bodyPartName'.
 java.lang.Object getContentBody()
          Returns the value of field 'contentBody'.
 java.lang.String getDisposition()
          Returns the value of field 'disposition'.
 java.io.InputStream getInputStream(IEmailPayloadType emailPayload)
          Returns the value of field 'contentBody' as input stream.
 java.lang.String getMimeType()
          Returns the value of field 'mimeType'.
 void setBodyPartName(java.lang.String bodyPartName)
          Sets the value of field 'bodyPartName'.
 void setContentBody(java.lang.Object contentBody)
          Sets the value of field 'contentBody'.
 void setDisposition(java.lang.String disposition)
          Sets the value of field 'disposition'.
 void setInputStream(java.io.InputStream inputStream, IEmailPayloadType emailPayload)
          Sets the value of field 'contentBody' as input stream.
 void setMimeType(java.lang.String mimeType)
          Sets the value of field 'mimeType'.

 

Method Detail

getBodyPartName

public java.lang.String getBodyPartName()
Returns the value of field 'bodyPartName'. The field 'bodyPartName' has the following description:
Returns:
the value of field 'bodyPartName'.

getContentBody

public java.lang.Object getContentBody()
Returns the value of field 'contentBody'. The field 'contentBody' has the following description:
Returns:
the value of field 'contentBody'.

getInputStream

public java.io.InputStream getInputStream(IEmailPayloadType emailPayload)
Returns the value of field 'contentBody' as input stream. The field 'contentBody' has the following description:
Parameters:
emailPayload - The emailPayload that this body part belongs to
Returns:
the value of field 'contentBody'.

getMimeType

public java.lang.String getMimeType()
Returns the value of field 'mimeType'. The field 'mimeType' has the following description:
Returns:
the value of field 'mimeType'.

getDisposition

public java.lang.String getDisposition()
Returns the value of field 'disposition'. The field 'disposition' has the following description:
Returns:
the value of field 'disposition'.

setBodyPartName

public void setBodyPartName(java.lang.String bodyPartName)
Sets the value of field 'bodyPartName'. The field 'bodyPartName' has the following description:
Parameters:
bodyPartName - the value of field 'bodyPartName'.

setContentBody

public void setContentBody(java.lang.Object contentBody)
Sets the value of field 'contentBody'. The field 'contentBody' has the following description:
Parameters:
contentBody - the value of field 'contentBody'.

setInputStream

public void setInputStream(java.io.InputStream inputStream,
                           IEmailPayloadType emailPayload)
Sets the value of field 'contentBody' as input stream. The field 'contentBody' has the following description:
Parameters:
inputStream - the value of field 'contentBody'.
emailPayload - The emailPayload that this body part belongs to

setMimeType

public void setMimeType(java.lang.String mimeType)
Sets the value of field 'mimeType'. The field 'mimeType' has the following description:
Parameters:
mimeType - the value of field 'mimeType'.

setDisposition

public void setDisposition(java.lang.String disposition)
Sets the value of field 'disposition'. The field 'disposition' has the following description:
Parameters:
disposition - the value of field 'disposition'.

Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.