Skip navigation links

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

E17274-04


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
 String getEncoding()
          The encoding of the part
 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

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

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

Skip navigation links

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

E17274-04


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