Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


oracle.stellent.ridc.common.http
Interface RIDCHttpPart<T>

Type Parameters:
T - refer to RIDCHttpPart.PartType
All Known Implementing Classes:
RIDCHttpPartImpl

public interface RIDCHttpPart<T>

Generic type for Http Part. This is usually a String or (Transfer) File.


Nested Class Summary
static class RIDCHttpPart.PartType
          Currently allowed types of HTTP Parts.

 

Method Summary
 T getContent()
          The value/content or the part itself
 java.lang.String getEncoding()
          The encoding of the part
 java.lang.String getName()
          Name of the part
 RIDCHttpPart.PartType getType()
          Return the type of the part

 

Method Detail

getType

RIDCHttpPart.PartType getType()
Return the type of the part
Returns:
type of the part (either string or file)

getName

java.lang.String getName()
Name of the part
Returns:
the name

getContent

T getContent()
The value/content or the part itself
Returns:
either a string or a TransferFile

getEncoding

java.lang.String getEncoding()
The encoding of the part
Returns:
the encoding, default is UTF-8

Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


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