org.apache.openejb.server.cxf.rs
Class OpenEJBRuntimeDelegateImpl
java.lang.Object
javax.ws.rs.ext.RuntimeDelegate
org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
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 classes/interfaces inherited from class javax.ws.rs.ext.RuntimeDelegate |
javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<T> |
| Fields inherited from class javax.ws.rs.ext.RuntimeDelegate |
JAXRS_RUNTIME_DELEGATE_PROPERTY |
| 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 |
OpenEJBRuntimeDelegateImpl
public OpenEJBRuntimeDelegateImpl()
createUriBuilder
public javax.ws.rs.core.UriBuilder createUriBuilder()
- Overrides:
createUriBuilder in class RuntimeDelegateImpl
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.