Apache CXF API

org.apache.cxf.transport.http.blueprint
Class HttpBPHandler

java.lang.Object
  extended by org.apache.cxf.transport.http.blueprint.HttpBPHandler

public class HttpBPHandler
extends Object


Constructor Summary
HttpBPHandler()
           
 
Method Summary
 ComponentMetadata decorate(Node node, ComponentMetadata component, ParserContext context)
           
 Set<Class> getManagedClasses()
           
 URL getSchemaLocation(String s)
           
 Metadata parse(Element element, ParserContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpBPHandler

public HttpBPHandler()
Method Detail

getSchemaLocation

public URL getSchemaLocation(String s)

parse

public Metadata parse(Element element,
                      ParserContext context)

getManagedClasses

public Set<Class> getManagedClasses()

decorate

public ComponentMetadata decorate(Node node,
                                  ComponentMetadata component,
                                  ParserContext context)

Apache CXF API

Apache CXF