Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.messaging.xms
Interface TransformationContext

All Known Implementing Classes:
TransformationContextImpl

public interface TransformationContext

Method Summary
 java.lang.String getAsyncAccessPoint()
          Get the access point for the delivery type of this context
 java.net.URL getBaseURL()
           
 DeliveryType getDeliveryType()
          Get the deliveryType that we are transforming to
 oracle.panama.messaging.push.AddressData getDestination()
          Get the destination address
 javax.mail.internet.ContentType getInputContentType()
           
 java.lang.String getInputEncoding()
          Get the encoding of the message
 java.lang.String getInputMarkup()
           
 Message getInputMessage()
          Get the original input message
 java.util.Map getInputMessageParts()
          Get the parts of the message, keyed by the filename
 java.net.URL getMM1URL()
          Get the MM1 URL
 java.lang.String getOutputEncoding()
          Get the encoding used for the result
 long getPacketId()
          Get the packet id
 java.lang.String getRequestName()
          Get the name of the current request
 java.lang.Object getResultContent()
           
 javax.mail.internet.ContentType getResultContentType()
           
 boolean isPersonalized()
          Does this message need to be personalized, or can it be broadcast
 void setBaseURL(java.net.URL url)
           
 void setMM1URL(java.net.URL mm1URL)
           
 void setOutputEncoding(java.lang.String encoding)
          Srt the encoding used for output
 void setRequestName(java.lang.String requestName)
           
 void setResultContent(java.lang.Object resultContent)
           
 void setResultContentType(javax.mail.internet.ContentType resultContentType)
           

 

Method Detail

getMM1URL

public java.net.URL getMM1URL()
Get the MM1 URL
Returns:

setMM1URL

public void setMM1URL(java.net.URL mm1URL)

getBaseURL

public java.net.URL getBaseURL()

setBaseURL

public void setBaseURL(java.net.URL url)

getAsyncAccessPoint

public java.lang.String getAsyncAccessPoint()
Get the access point for the delivery type of this context

getDeliveryType

public DeliveryType getDeliveryType()
Get the deliveryType that we are transforming to

getDestination

public oracle.panama.messaging.push.AddressData getDestination()
Get the destination address

getResultContent

public java.lang.Object getResultContent()

setResultContent

public void setResultContent(java.lang.Object resultContent)

getResultContentType

public javax.mail.internet.ContentType getResultContentType()

setResultContentType

public void setResultContentType(javax.mail.internet.ContentType resultContentType)

getInputEncoding

public java.lang.String getInputEncoding()
Get the encoding of the message

getPacketId

public long getPacketId()
Get the packet id

isPersonalized

public boolean isPersonalized()
Does this message need to be personalized, or can it be broadcast

getRequestName

public java.lang.String getRequestName()
Get the name of the current request
Returns:

setRequestName

public void setRequestName(java.lang.String requestName)

getInputMessageParts

public java.util.Map getInputMessageParts()
Get the parts of the message, keyed by the filename

getInputMarkup

public java.lang.String getInputMarkup()

getInputContentType

public javax.mail.internet.ContentType getInputContentType()

getOutputEncoding

public java.lang.String getOutputEncoding()
Get the encoding used for the result
Returns:

setOutputEncoding

public void setOutputEncoding(java.lang.String encoding)
Srt the encoding used for output
Parameters:
encoding -

getInputMessage

public Message getInputMessage()
                        throws XMSException
Get the original input message
Returns:
XMSException

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.