org.glassfish.jersey.server.wadl.processor
Class WadlModelProcessor.OptionsHandler
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WadlModelProcessor.OptionsHandler
public WadlModelProcessor.OptionsHandler()
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.