Uses of Interface
org.apache.aries.jax.rs.whiteboard.internal.utils.PropertyHolder
-
Packages that use PropertyHolder Package Description org.apache.aries.jax.rs.whiteboard.internal org.apache.aries.jax.rs.whiteboard.internal.utils -
-
Uses of PropertyHolder in org.apache.aries.jax.rs.whiteboard.internal
Methods in org.apache.aries.jax.rs.whiteboard.internal with parameters of type PropertyHolder Modifier and Type Method Description void
AriesJaxrsServiceRuntime. addApplicationEndpoint(PropertyHolder registratorReference, org.apache.aries.component.dsl.CachingServiceReference<?> endpointImmutableServiceReference, org.apache.cxf.Bus bus, Class<?> theClass)
void
AriesJaxrsServiceRuntime. addApplicationExtension(PropertyHolder registratorProperties, org.apache.aries.component.dsl.CachingServiceReference<?> extensionImmutableServiceReference, Class<?> theClass)
static String
AriesJaxrsServiceRuntime. getServiceName(PropertyHolder properties)
void
AriesJaxrsServiceRuntime. removeApplicationEndpoint(PropertyHolder registratorProperties, org.apache.aries.component.dsl.CachingServiceReference<?> cachingServiceReference)
void
AriesJaxrsServiceRuntime. removeApplicationExtension(PropertyHolder registratorProperties, org.apache.aries.component.dsl.CachingServiceReference<?> extensionImmutableServiceReference)
-
Uses of PropertyHolder in org.apache.aries.jax.rs.whiteboard.internal.utils
Methods in org.apache.aries.jax.rs.whiteboard.internal.utils with parameters of type PropertyHolder Modifier and Type Method Description static String
Utils. generateApplicationName(PropertyHolder propertyHolder)
-