org.glassfish.jersey.server.wadl.processor
Class WadlModelProcessor.OptionsHandler

java.lang.Object
  extended by org.glassfish.jersey.server.wadl.processor.WadlModelProcessor.OptionsHandler
All Implemented Interfaces:
Inflector<ContainerRequestContext,Response>
Enclosing class:
WadlModelProcessor

public static class WadlModelProcessor.OptionsHandler
extends Object
implements Inflector<ContainerRequestContext,Response>


Constructor Summary
WadlModelProcessor.OptionsHandler()
           
 
Method Summary
 Response apply(ContainerRequestContext containerRequestContext)
          Transform data of a given type into a result of the different type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WadlModelProcessor.OptionsHandler

public WadlModelProcessor.OptionsHandler()
Method Detail

apply

public Response apply(ContainerRequestContext containerRequestContext)
Description copied from interface: Inflector
Transform data of a given type into a result of the different type.

Specified by:
apply in interface Inflector<ContainerRequestContext,Response>
Parameters:
containerRequestContext - data to be transformed into a result.
Returns:
data transformation result. Return value must not be null.


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.