Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


oracle.stellent.wcm.client.invokers.impl
Class IdcServiceInvoker

java.lang.Object
  extended by oracle.stellent.wcm.client.invokers.RequestInvoker<T>
      extended by oracle.stellent.wcm.client.invokers.impl.VarInvoker<IdcServiceRequest>
          extended by oracle.stellent.wcm.client.invokers.impl.IdcServiceInvoker


public class IdcServiceInvoker
extends VarInvoker<IdcServiceRequest>

Handle invocation of IdcService requests


Field Summary

 

Fields inherited from class oracle.stellent.wcm.client.invokers.RequestInvoker
m_log

 

Constructor Summary
IdcServiceInvoker(RequestContext requestContext, ClientApplication clientApplication)
           

 

Method Summary
 java.lang.String getResponseType()
           
 java.lang.Object getVarObject()
           
 void setResponseType(java.lang.String responseType)
           

 

Methods inherited from class oracle.stellent.wcm.client.invokers.impl.VarInvoker
getVarName, handleResponse, setVarName

 

Methods inherited from class oracle.stellent.wcm.client.invokers.RequestInvoker
createSiteRequest, finishRequest, getClientApplication, getRequestContext, getResponseHandler, getSiteContext, getSiteRequest, getSiteResponse, getType, invokeRequest, isPropagateResponseErrors, setPropagateResponseErrors, setResponseHandler

 

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

 

Constructor Detail

IdcServiceInvoker

public IdcServiceInvoker(RequestContext requestContext,
                         ClientApplication clientApplication)
                  throws ApplicationException
Throws:
ApplicationException

Method Detail

getResponseType

public java.lang.String getResponseType()
Returns:
the idc service response type

setResponseType

public void setResponseType(java.lang.String responseType)

getVarObject

public java.lang.Object getVarObject()
                              throws ApplicationException
Specified by:
getVarObject in class VarInvoker<IdcServiceRequest>
Returns:
the object to expose
Throws:
ApplicationException

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.