org.apache.openejb.server.cxf.rs
Class OpenEJBRuntimeDelegateImpl

java.lang.Object
  extended by javax.ws.rs.ext.RuntimeDelegate
      extended by org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
          extended by org.apache.openejb.server.cxf.rs.OpenEJBRuntimeDelegateImpl

public class OpenEJBRuntimeDelegateImpl
extends RuntimeDelegateImpl

/!\ we need to load it before cxf implementation. see org.apache.geronimo.osgi.locator.ProviderLocator#locateServiceClassName(java.lang.String, java.lang.Class, java.lang.ClassLoader) which need to be overriden or we have to do something to be the first. That's why openejb-cxf-bundle was created.


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.ws.rs.ext.RuntimeDelegate
javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<T>
 
Field Summary
 
Fields inherited from class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
headerProviders
 
Fields inherited from class javax.ws.rs.ext.RuntimeDelegate
JAXRS_RUNTIME_DELEGATE_PROPERTY
 
Constructor Summary
OpenEJBRuntimeDelegateImpl()
           
 
Method Summary
 javax.ws.rs.core.UriBuilder createUriBuilder()
           
 
Methods inherited from class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
createEndpoint, createHeaderDelegate, createInstance, createResponseBuilder, createVariantListBuilder
 
Methods inherited from class javax.ws.rs.ext.RuntimeDelegate
getInstance, setInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenEJBRuntimeDelegateImpl

public OpenEJBRuntimeDelegateImpl()
Method Detail

createUriBuilder

public javax.ws.rs.core.UriBuilder createUriBuilder()
Overrides:
createUriBuilder in class RuntimeDelegateImpl


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.