|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.panama.messaging.xms.TransformationContextImpl
Constructor Summary | |
TransformationContextImpl(long id, DeliveryType deliveryType) | |
TransformationContextImpl(long id, DeliveryType deliveryType, java.lang.String encoding) |
Method Summary | |
void |
addInputMessageParts(java.util.Map requestMap) |
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 of the message |
long |
getPacketId() Get the packet id |
TransformationContext |
getParentContext() |
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 |
setAsyncAccessPoint(java.lang.String asyncAccessPoint) |
void |
setBaseURL(java.net.URL url) |
void |
setDeliveryType(DeliveryType deliveryType) |
void |
setDestination(oracle.panama.messaging.push.AddressData destination) |
void |
setInputContentType(javax.mail.internet.ContentType inputContentType) |
void |
setInputEncoding(java.lang.String inputEncoding) |
void |
setInputMarkup(java.lang.String inputMarkup) |
void |
setInputMessageParts(java.util.Map inputMessageParts) |
void |
setMM1URL(java.net.URL mm1URL) |
void |
setOutputEncoding(java.lang.String outputEncoding) Srt the encoding used for output |
void |
setParentContext(TransformationContext transformationContext) |
void |
setPersonalized(boolean personalized) |
void |
setRequestName(java.lang.String requestName) |
void |
setResultContent(java.lang.Object resultContent) |
void |
setResultContentType(javax.mail.internet.ContentType resultContentType) |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TransformationContextImpl(long id, DeliveryType deliveryType) throws XMSException
public TransformationContextImpl(long id, DeliveryType deliveryType, java.lang.String encoding) throws XMSException
Method Detail |
public java.lang.String getAsyncAccessPoint()
TransformationContext
getAsyncAccessPoint
in interface TransformationContext
public void setAsyncAccessPoint(java.lang.String asyncAccessPoint)
public java.net.URL getMM1URL()
TransformationContext
getMM1URL
in interface TransformationContext
public void setMM1URL(java.net.URL mm1URL)
setMM1URL
in interface TransformationContext
public java.net.URL getBaseURL()
getBaseURL
in interface TransformationContext
public void setBaseURL(java.net.URL url)
setBaseURL
in interface TransformationContext
public DeliveryType getDeliveryType()
getDeliveryType
in interface TransformationContext
public void setDeliveryType(DeliveryType deliveryType)
public oracle.panama.messaging.push.AddressData getDestination()
getDestination
in interface TransformationContext
public void setDestination(oracle.panama.messaging.push.AddressData destination)
public java.lang.String getOutputEncoding()
getOutputEncoding
in interface TransformationContext
public void setOutputEncoding(java.lang.String outputEncoding)
TransformationContext
setOutputEncoding
in interface TransformationContext
outputEncoding
-public TransformationContext getParentContext()
public void setParentContext(TransformationContext transformationContext)
public java.util.Map getInputMessageParts()
TransformationContext
getInputMessageParts
in interface TransformationContext
public void setInputMessageParts(java.util.Map inputMessageParts)
public java.lang.String getInputEncoding()
getInputEncoding
in interface TransformationContext
public void setInputEncoding(java.lang.String inputEncoding)
public long getPacketId()
getPacketId
in interface TransformationContext
public boolean isPersonalized()
isPersonalized
in interface TransformationContext
public void setRequestName(java.lang.String requestName)
setRequestName
in interface TransformationContext
public java.lang.String getRequestName()
TransformationContext
getRequestName
in interface TransformationContext
public void setPersonalized(boolean personalized)
public java.lang.Object getResultContent()
getResultContent
in interface TransformationContext
public void setResultContent(java.lang.Object resultContent)
setResultContent
in interface TransformationContext
public javax.mail.internet.ContentType getResultContentType()
getResultContentType
in interface TransformationContext
public void setResultContentType(javax.mail.internet.ContentType resultContentType)
setResultContentType
in interface TransformationContext
public javax.mail.internet.ContentType getInputContentType()
getInputContentType
in interface TransformationContext
public void setInputContentType(javax.mail.internet.ContentType inputContentType)
public java.lang.String getInputMarkup()
getInputMarkup
in interface TransformationContext
public void setInputMarkup(java.lang.String inputMarkup)
public Message getInputMessage() throws XMSException
TransformationContext
getInputMessage
in interface TransformationContext
XMSException
public void addInputMessageParts(java.util.Map requestMap)
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |