com.sun.jersey.test.framework.web.jaxb
Class ObjectFactory

java.lang.Object
  extended by com.sun.jersey.test.framework.web.jaxb.ObjectFactory

public class ObjectFactory
extends Object

The Web application description JAXB object factory.

Author:
Naresh (Srinivas.Bhimisetty@Sun.Com)

Constructor Summary
ObjectFactory()
           
 
Method Summary
 ContextParamType createContextParamType()
           
 ListenerType createListenerType()
           
 ServletInitParamType createServletInitParamType()
           
 ServletMappingType createServletMappingType()
           
 ServletType createServletType()
           
 WebAppType createWebAppType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Method Detail

createWebAppType

public WebAppType createWebAppType()

createContextParamType

public ContextParamType createContextParamType()

createListenerType

public ListenerType createListenerType()

createServletType

public ServletType createServletType()

createServletInitParamType

public ServletInitParamType createServletInitParamType()

createServletMappingType

public ServletMappingType createServletMappingType()


Copyright © 2013 Oracle Corporation. All Rights Reserved.