@Namespaces(value="http://cxf.apache.org/blueprint/jaxrs-client") public class JAXRSBPNamespaceHandler extends Object implements org.apache.aries.blueprint.NamespaceHandler
Constructor and Description |
---|
JAXRSBPNamespaceHandler() |
Modifier and Type | Method and Description |
---|---|
org.osgi.service.blueprint.reflect.ComponentMetadata |
decorate(Node node,
org.osgi.service.blueprint.reflect.ComponentMetadata component,
org.apache.aries.blueprint.ParserContext context) |
org.osgi.service.blueprint.container.BlueprintContainer |
getBlueprintContainer() |
Set<Class> |
getManagedClasses() |
URL |
getSchemaLocation(String namespace) |
org.osgi.service.blueprint.reflect.Metadata |
parse(Element element,
org.apache.aries.blueprint.ParserContext context) |
void |
setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer) |
public URL getSchemaLocation(String namespace)
getSchemaLocation
in interface org.apache.aries.blueprint.NamespaceHandler
public org.osgi.service.blueprint.reflect.Metadata parse(Element element, org.apache.aries.blueprint.ParserContext context)
parse
in interface org.apache.aries.blueprint.NamespaceHandler
public Set<Class> getManagedClasses()
getManagedClasses
in interface org.apache.aries.blueprint.NamespaceHandler
public org.osgi.service.blueprint.reflect.ComponentMetadata decorate(Node node, org.osgi.service.blueprint.reflect.ComponentMetadata component, org.apache.aries.blueprint.ParserContext context)
decorate
in interface org.apache.aries.blueprint.NamespaceHandler
public org.osgi.service.blueprint.container.BlueprintContainer getBlueprintContainer()
public void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
Apache CXF