Apache CXF API

org.apache.cxf.transport.http_jetty.blueprint
Class HTTPJettyTransportNamespaceHandler

java.lang.Object
  extended by org.apache.cxf.transport.http_jetty.blueprint.HTTPJettyTransportNamespaceHandler
All Implemented Interfaces:
org.apache.aries.blueprint.NamespaceHandler

public class HTTPJettyTransportNamespaceHandler
extends Object
implements org.apache.aries.blueprint.NamespaceHandler


Field Summary
static String JETTY_TRANSPORT
           
 
Constructor Summary
HTTPJettyTransportNamespaceHandler()
           
 
Method Summary
 org.osgi.service.blueprint.reflect.ComponentMetadata decorate(Node node, org.osgi.service.blueprint.reflect.ComponentMetadata componentMetadata, org.apache.aries.blueprint.ParserContext parserContext)
           
 Set<Class> getManagedClasses()
           
 URL getSchemaLocation(String s)
           
 org.osgi.service.blueprint.reflect.Metadata parse(Element element, org.apache.aries.blueprint.ParserContext parserContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JETTY_TRANSPORT

public static final String JETTY_TRANSPORT
See Also:
Constant Field Values
Constructor Detail

HTTPJettyTransportNamespaceHandler

public HTTPJettyTransportNamespaceHandler()
Method Detail

getSchemaLocation

public URL getSchemaLocation(String s)
Specified by:
getSchemaLocation in interface org.apache.aries.blueprint.NamespaceHandler

getManagedClasses

public Set<Class> getManagedClasses()
Specified by:
getManagedClasses in interface org.apache.aries.blueprint.NamespaceHandler

parse

public org.osgi.service.blueprint.reflect.Metadata parse(Element element,
                                                         org.apache.aries.blueprint.ParserContext parserContext)
Specified by:
parse in interface org.apache.aries.blueprint.NamespaceHandler

decorate

public org.osgi.service.blueprint.reflect.ComponentMetadata decorate(Node node,
                                                                     org.osgi.service.blueprint.reflect.ComponentMetadata componentMetadata,
                                                                     org.apache.aries.blueprint.ParserContext parserContext)
Specified by:
decorate in interface org.apache.aries.blueprint.NamespaceHandler

Apache CXF API

Apache CXF