|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.images.dev.LocalImagesService
@ServiceProvider(value=) public final class LocalImagesService
Java stub implementation of the images api backend using Image 2D. Depends on ImageIO being able to load and save in the correct image formats.
Field Summary | |
---|---|
static java.lang.String |
PACKAGE
The package name for this service. |
Constructor Summary | |
---|---|
LocalImagesService()
|
Method Summary | |
---|---|
ImagesCompositeResponse |
composite(Status status,
ImagesCompositeRequest request)
|
java.lang.String |
getPackage()
|
ImagesHistogramResponse |
histogram(Status status,
ImagesHistogramRequest request)
Calculate the histogram of the supplied image. |
void |
init(LocalServiceContext context,
java.util.Map<java.lang.String,java.lang.String> properties)
|
void |
start()
|
void |
stop()
|
ImagesTransformResponse |
transform(Status status,
ImagesTransformRequest request)
Apply the transform request to the contained image. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PACKAGE
Constructor Detail |
---|
public LocalImagesService()
Method Detail |
---|
public java.lang.String getPackage()
public void init(LocalServiceContext context, java.util.Map<java.lang.String,java.lang.String> properties)
public void start()
public void stop()
public ImagesTransformResponse transform(Status status, ImagesTransformRequest request)
status
- RPC statusrequest
- request to be processed
public ImagesCompositeResponse composite(Status status, ImagesCompositeRequest request)
status
- RPC statusrequest
- request to be processed
public ImagesHistogramResponse histogram(Status status, ImagesHistogramRequest request)
status
- RPC statusrequest
- request to be processed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |