@Namespaces(value={"http://cxf.apache.org/blueprint/core","http://cxf.apache.org/configuration/beans","http://cxf.apache.org/configuration/parameterized-types","http://cxf.apache.org/configuration/security","http://schemas.xmlsoap.org/wsdl/","http://www.w3.org/2005/08/addressing","http://schemas.xmlsoap.org/ws/2004/08/addressing"})
public class CXFAPINamespaceHandler
extends Object
implements org.apache.aries.blueprint.NamespaceHandler
| Constructor and Description | 
|---|
| CXFAPINamespaceHandler() | 
| 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) | 
| Set<Class> | getManagedClasses() | 
| URL | getSchemaLocation(String namespace) | 
| org.osgi.service.blueprint.reflect.Metadata | parse(Element element,
     org.apache.aries.blueprint.ParserContext context) | 
public URL getSchemaLocation(String namespace)
getSchemaLocation in interface org.apache.aries.blueprint.NamespaceHandlerpublic org.osgi.service.blueprint.reflect.Metadata parse(Element element, org.apache.aries.blueprint.ParserContext context)
parse in interface org.apache.aries.blueprint.NamespaceHandlerpublic Set<Class> getManagedClasses()
getManagedClasses in interface org.apache.aries.blueprint.NamespaceHandlerpublic 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.NamespaceHandlerApache CXF