|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.odata4j.cxf.consumer.ODataCxfConsumer.Builder
public static class ODataCxfConsumer.Builder
Method Summary | |
---|---|
ODataCxfConsumer |
build()
Builds the ODataCxfConsumer object. |
ODataCxfConsumer.Builder |
setClientBehaviors(OClientBehavior... clientBehaviors)
Sets one or more client behaviors. |
ODataCxfConsumer.Builder |
setFormatType(FormatType formatType)
Sets a preferred FormatType . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ODataCxfConsumer build()
ODataCxfConsumer
object.
build
in interface ODataConsumer.Builder
public ODataCxfConsumer.Builder setClientBehaviors(OClientBehavior... clientBehaviors)
Client behaviors transform http requests to interact with services that require custom extensions.
setClientBehaviors
in interface ODataConsumer.Builder
clientBehaviors
- the client behaviors
public ODataCxfConsumer.Builder setFormatType(FormatType formatType)
FormatType
. Defaults to FormatType.ATOM
.
setFormatType
in interface ODataConsumer.Builder
formatType
- the format type
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |