Package oracle.stellent.ridc.protocol
Interface Protocol
- All Known Implementing Classes:
HdaProtocol
,IdcHttpProtocol
,IntradocProtocol
,JaxWSProtocol
@Exported
public interface Protocol
A standard abstraction of request/response protocol for communicating to the Content Server
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
logout()
Best-effort Logout from Content Servervoid
setFilterManager
(IdcFilterManager filterManager) void
Send request to the Content Server
-
Field Details
-
IDC_HEADER_PREFIX
- See Also:
-
IDC_NULL_HANDLING
- See Also:
-
NULL_VALUE_OMIT
- See Also:
-
NULL_VALUE_TREAT_AS_EMPTYSTRING
- See Also:
-
NULL_VALUE_TREAT_AS_LOWERCASENULL
- See Also:
-
-
Method Details
-
writeRequest
Send request to the Content Server- Throws:
ProtocolException
-
readResponse
- Returns:
- the response from the Content Server
- Throws:
ProtocolException
-
logout
Best-effort Logout from Content Server- Throws:
ProtocolException
-
getClient
IdcClient getClient() -
setFilterManager
-
getFilterManager
IdcFilterManager getFilterManager()
-