Package org.apache.cxf.helpers
Class BaseNamespaceHandler
- java.lang.Object
-
- org.apache.cxf.helpers.BaseNamespaceHandler
-
- All Implemented Interfaces:
org.apache.aries.blueprint.NamespaceHandler
public abstract class BaseNamespaceHandler extends Object implements org.apache.aries.blueprint.NamespaceHandler
-
-
Constructor Summary
Constructors Constructor Description BaseNamespaceHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected URL
findCoreSchemaLocation(String namespace)
If namespace handler's schema imports other schemas from cxf-core bundle, this method may be used to delegate toCXFAPINamespaceHandler
to resolve imported schema.
-
-
-
Method Detail
-
findCoreSchemaLocation
protected URL findCoreSchemaLocation(String namespace)
If namespace handler's schema imports other schemas from cxf-core bundle, this method may be used to delegate toCXFAPINamespaceHandler
to resolve imported schema.- Parameters:
namespace
-- Returns:
- if namespace may be resolved by CXFAPINamespaceHandler valid URL is returned. Otherwise
returns
null
-
-