@Namespaces(value="http://cxf.apache.org/blueprint/jaxws") public class JAXWSBPNamespaceHandler extends BaseNamespaceHandler
Modifier and Type | Class and Description |
---|---|
static class |
JAXWSBPNamespaceHandler.BPJaxWsServerFactoryBean |
Constructor and Description |
---|
JAXWSBPNamespaceHandler() |
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) |
findCoreSchemaLocation
public org.osgi.service.blueprint.reflect.Metadata parse(Element element, org.apache.aries.blueprint.ParserContext context)
public org.osgi.service.blueprint.reflect.ComponentMetadata decorate(Node node, org.osgi.service.blueprint.reflect.ComponentMetadata component, org.apache.aries.blueprint.ParserContext context)
public org.osgi.service.blueprint.container.BlueprintContainer getBlueprintContainer()
public void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
Apache CXF