Uses of Interface
oracle.stellent.ridc.model.DataBinder

Packages that use DataBinder
oracle.stellent.ridc   
oracle.stellent.ridc.model   
oracle.stellent.ridc.model.impl   
oracle.stellent.ridc.model.serialize   
oracle.stellent.ridc.protocol   
oracle.stellent.ridc.protocol.http   
oracle.stellent.ridc.protocol.intradoc   
 

Uses of DataBinder in oracle.stellent.ridc
 

Methods in oracle.stellent.ridc that return DataBinder
 DataBinder IdcClient.createBinder()
           
 

Methods in oracle.stellent.ridc with parameters of type DataBinder
protected  ServiceRequest<TConnection> IdcClient.createRequest(IdcContext userContext, DataBinder dataBinder, TConnection connection)
          Create the service request object
 ServiceResponse IdcClient.sendRequest(IdcContext userContext, DataBinder dataBinder)
          Execute the request; sends the request to the Content Server and reads the response.
 

Uses of DataBinder in oracle.stellent.ridc.model
 

Methods in oracle.stellent.ridc.model that return DataBinder
 DataBinder DataFactory.createBinder()
          Create a new empty binder
 

Methods in oracle.stellent.ridc.model with parameters of type DataBinder
 void DataBinder.merge(DataBinder source)
          This will merge copies of all the data from the source binder into this binder, overwriting existing values and result sets, if they exist.
 void DataFactory.synchronizeLocal(DataBinder dataBinder, DataFactory.Direction in)
          Called by the serializers.
 

Uses of DataBinder in oracle.stellent.ridc.model.impl
 

Classes in oracle.stellent.ridc.model.impl that implement DataBinder
 class DataBinderImpl
          Default databinder implementation.
 

Methods in oracle.stellent.ridc.model.impl that return DataBinder
 DataBinder DataFactoryImpl.createBinder()
          Create a new empty binder
 

Methods in oracle.stellent.ridc.model.impl with parameters of type DataBinder
static void DataObjectEncodingUtils.addLocaleInfo(DataBinder dataBinder)
          Add the localization information into the databinder
 void DataBinderImpl.merge(DataBinder source)
          This will merge copies of all the data from the source binder into this binder, overwriting existing values and result sets, if they exist.
 void DataFactoryImpl.synchronizeLocal(DataBinder dataBinder, DataFactory.Direction in)
          Called by the serializers.
 

Uses of DataBinder in oracle.stellent.ridc.model.serialize
 

Methods in oracle.stellent.ridc.model.serialize that return DataBinder
 DataBinder MultipartPostBinderSerializer.getDataBinder()
           
 DataBinder HdaBinderSerializer.parseBinder(java.io.InputStream inputStream)
          Parses a BufferedReader object, and loads up the data into a new DataBinder object
 DataBinder HdaBinderSerializer.parseBinder(java.io.Reader inputReader)
          Parses a BufferedReader object, and loads up the data into a new DataBinder object
 

Methods in oracle.stellent.ridc.model.serialize with parameters of type DataBinder
protected  void HdaBinderSerializer.parseOptionList(DataBinder dataBinder, java.lang.String name, java.io.BufferedReader reader)
          Parse the buffered reader, and create a new option list with the data contained in it, until the @end line is reached.
protected  boolean HdaBinderSerializer.parseProperties(DataBinder dataBinder, java.lang.String name, java.io.BufferedReader reader)
          Parse hda formatted properties, and merge the values into the local data if those values are not from the environment.
protected  void HdaBinderSerializer.parseResultSet(DataBinder dataBinder, java.lang.String rName, java.io.BufferedReader reader)
          Parses the LWDataBinder object for the result set with a certain name
 void HdaBinderSerializer.serializeBinder(java.io.OutputStream outputStream, DataBinder dataBinder)
          Writes out the local data, option lists, and result sets in hda format.
 void HdaBinderSerializer.serializeBinder(java.io.Writer writer, DataBinder dataBinder)
          Writes out the local data, option lists, and result sets in hda format.
 

Constructors in oracle.stellent.ridc.model.serialize with parameters of type DataBinder
MultipartPostBinderSerializer(DataBinder dataBinder)
           
MultipartPostBinderSerializer(DataBinder dataBinder, java.lang.String encoding)
           
 

Uses of DataBinder in oracle.stellent.ridc.protocol
 

Methods in oracle.stellent.ridc.protocol that return DataBinder
 DataBinder ServiceException.getBinder()
           
 DataBinder ServiceRequest.getDataBinder()
           
 DataBinder ServiceResponse.getResponseAsBinder()
          Convert the response stream to a data binder
 DataBinder ServiceResponse.getResponseAsBinder(boolean checkErrors)
          Convert the response stream to a data binder
 

Methods in oracle.stellent.ridc.protocol with parameters of type DataBinder
 void ServiceRequest.setDataBinder(DataBinder dataBinder)
           
 

Constructors in oracle.stellent.ridc.protocol with parameters of type DataBinder
ServiceException(DataBinder binder)
           
ServiceException(java.lang.Throwable cause, DataBinder binder)
           
ServiceRequest(IdcContext idcContext, DataBinder dataBinder, TConnection connection)
           
 

Uses of DataBinder in oracle.stellent.ridc.protocol.http
 

Methods in oracle.stellent.ridc.protocol.http with parameters of type DataBinder
protected  void IdcHttpProtocol.addRequestHeaders(DataBinder binder, org.apache.commons.httpclient.HttpMethod httpMethod)
          Set the request headers into the HTTP method.
protected  void IdcHttpProtocol.addStringToBinder(java.lang.String searchString, java.lang.String htmlBody, DataBinder binder)
           
protected  ServiceRequest<IdcHttpClientConnection> IdcHttpClient.createRequest(IdcContext userContext, DataBinder dataBinder, IdcHttpClientConnection connection)
          Create the service request object
 

Uses of DataBinder in oracle.stellent.ridc.protocol.intradoc
 

Methods in oracle.stellent.ridc.protocol.intradoc with parameters of type DataBinder
protected  java.util.Map<java.lang.String,java.lang.String> HdaProtocol.getAdditionalHeaders(DataBinder binder)
          Returns a properties object with headers contained in binder.
 



Copyright © 2008-2009 Oracle Corporation. All Rights Reserved.