Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.messaging.xms
Class XMSControllerBase

java.lang.Object
  |
  +--oracle.panama.rt.common.AbstractController
        |
        +--oracle.panama.messaging.xms.XMSControllerBase
Direct Known Subclasses:
XMSController

public abstract class XMSControllerBase
extends oracle.panama.rt.common.AbstractController

Field Summary

 

Fields inherited from class oracle.panama.rt.common.AbstractController
BILLING_SDR

 

Constructor Summary
XMSControllerBase()
           

 

Method Summary
 void reportError(oracle.panama.rt.common.AbstractConnection conn, java.lang.Exception ex)
           
 void reportServiceInvocationError(oracle.panama.rt.common.AbstractConnection conn, java.lang.Exception ex)
          Report the service invocation failure in a markup page.
 void reportSignonException(oracle.panama.rt.common.AbstractConnection connection)
          Report the signon exception in a markup page.

 

Methods inherited from class oracle.panama.rt.common.AbstractController
assignXFormsDocument, createSessionId, doExecute, getCallerLocatior, getCallerLocatorPolicy, getContentLength, getContentType, getDebugLevel, getDevice, getDeviceIdentificationPolicy, getDeviceIdentifier, getDeviceType, getEndUserError, getListenerRegistrationHook, getListenerRegistrationPolicy, getLocator, getMobileIdHook, getMobileIdParameterNameList, getMobileIdPolicy, getModelFactory, getModelServices, getPersistentLocator, getPostProcessor, getPostProcessorHook, getPreProcessor, getPreProcessorHook, getSessionIdGenerator, getSessionIdGeneratorPolicy, getSessionManager, getSubscriberIdHook, getsubscriberIdParameterName, invokeTransformer, prepareXFormsProcessor, reportValidationError, setDebugLevel

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

XMSControllerBase

public XMSControllerBase()
Method Detail

reportSignonException

public void reportSignonException(oracle.panama.rt.common.AbstractConnection connection)
Report the signon exception in a markup page.
Specified by:
reportSignonException in class oracle.panama.rt.common.AbstractController

reportServiceInvocationError

public void reportServiceInvocationError(oracle.panama.rt.common.AbstractConnection conn,
                                         java.lang.Exception ex)
Report the service invocation failure in a markup page.
Specified by:
reportServiceInvocationError in class oracle.panama.rt.common.AbstractController
Parameters:
conn - the requesting connection
ex - the exception that contains information about invocation failure

reportError

public void reportError(oracle.panama.rt.common.AbstractConnection conn,
                        java.lang.Exception ex)
Specified by:
reportError in class oracle.panama.rt.common.AbstractController

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.