com.ibm.websphere.jaxrs.server

Class IBMRestServlet

  1. java.lang.Object
  2. extended byRestServlet
  3. extended bycom.ibm.websphere.jaxrs.server.IBMRestServlet

  1. public class IBMRestServlet
  2. extends RestServlet
IBMRestServlet is an extension of the wink RestServlet. This servlet is used to set IBM specific property and configuration values.
See Also:
RestServlet

Constructor Summary

Constructor and Description
IBMRestServlet()
IBMRestServlet(java.lang.Class<?> applicationSubclass,java.util.Set<java.lang.Class<?>> scannedClasses,java.lang.String requestProcessAttribute)

Method Summary

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

IBMRestServlet

  1. public IBMRestServlet()

IBMRestServlet

  1. public IBMRestServlet(java.lang.Class<?> applicationSubclass,
  2. java.util.Set<java.lang.Class<?>> scannedClasses,
  3. java.lang.String requestProcessAttribute)