Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-01


oracle.stellent.ridc.protocol
Interface Protocol

All Known Implementing Classes:
HdaProtocol, IdcHttpProtocol, IntradocProtocol, JaxWSProtocol

public interface Protocol

A standard abstraction of request/response protocol for communicating to the Content Server


Method Summary
 ServiceResponse readResponse()
           
 void writeRequest()
          Send request to the Content Server

 

Method Detail

writeRequest

void writeRequest()
                  throws ProtocolException
Send request to the Content Server
Throws:
ProtocolException

readResponse

ServiceResponse readResponse()
                             throws ProtocolException
Returns:
the response from the Content Server
Throws:
ProtocolException

Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-01


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