@Provider
public class ODataProducerProvider
extends org.odata4j.producer.resources.DefaultODataProducerProvider
This provider allows specifying a factory as part of the container's deployment descriptor (web.xml). The factory is used to create an OData producer instance.
<init-param>
<param-name>odata4j.producerfactory</param-name>
<param-value>... full qualified class name ...</param-value>
</init-param>
| Constructor and Description |
|---|
ODataProducerProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected org.odata4j.producer.ODataProducer |
createInstanceFromFactoryInContainerSpecificSetting() |
Copyright © 2010–2015 JBoss by Red Hat. All rights reserved.