public class EdmStreamValueHandler extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected static org.slf4j.Logger | LOGLogger. | 
| protected AbstractService<?> | service | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | EdmStreamValueHandler(String contentType,
                     InputStream stream,
                     URI uri,
                     AbstractService<?> service) | 
| protected  | EdmStreamValueHandler(URI uri,
                     AbstractService<?> service) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static URIBuilder | buildEntitySetURI(Class<?> ref,
                 AbstractService<?> service) | 
| protected static URIBuilder | buildEntitySetURI(String entitySetName,
                 AbstractService<?> service) | 
| void | close() | 
| protected <S extends EntityType<?>> | deleteEntity(EntityInvocationHandler handler,
            URI entitySetURI) | 
| boolean | equals(Object obj) | 
| protected EdmEnabledODataClient | getClient() | 
| protected ComplexType<?> | getComplex(String name,
          ClientValue value,
          Class<?> ref,
          EntityInvocationHandler handler,
          URI baseURI,
          boolean collectionItem) | 
| String | getContentType() | 
| protected Context | getContext() | 
| InputStream | getStream() | 
| int | hashCode() | 
| Object | invoke(Object proxy,
      Method method,
      Object[] args) | 
| protected Object | invokeSelfMethod(Method method,
                Object[] args) | 
| protected boolean | isDeleted(EntityInvocationHandler handler) | 
| protected boolean | isSelfMethod(Method method) | 
| void | load() | 
| String | toString() | 
protected static final org.slf4j.Logger LOG
protected AbstractService<?> service
protected EdmStreamValueHandler(URI uri, AbstractService<?> service)
protected EdmStreamValueHandler(String contentType, InputStream stream, URI uri, AbstractService<?> service)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
Throwablepublic void load()
public String getContentType()
public InputStream getStream()
public void close()
protected EdmEnabledODataClient getClient()
protected Context getContext()
protected boolean isSelfMethod(Method method)
protected Object invokeSelfMethod(Method method, Object[] args) throws Throwable
Throwableprotected ComplexType<?> getComplex(String name, ClientValue value, Class<?> ref, EntityInvocationHandler handler, URI baseURI, boolean collectionItem)
protected boolean isDeleted(EntityInvocationHandler handler)
protected <S extends EntityType<?>> void deleteEntity(EntityInvocationHandler handler, URI entitySetURI)
protected static URIBuilder buildEntitySetURI(Class<?> ref, AbstractService<?> service)
protected static URIBuilder buildEntitySetURI(String entitySetName, AbstractService<?> service)
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.