org.apache.cxf.ws.policy
Class AssertionBuilderRegistryImpl
java.lang.Object
org.apache.cxf.extension.RegistryImpl<QName,org.apache.cxf.ws.policy.AssertionBuilder>
org.apache.cxf.ws.policy.AssertionBuilderRegistryImpl
- All Implemented Interfaces:
- org.apache.cxf.extension.BusExtension, org.apache.cxf.extension.Registry<QName,org.apache.cxf.ws.policy.AssertionBuilder>, org.apache.cxf.ws.policy.AssertionBuilderRegistry
public class AssertionBuilderRegistryImpl
- extends org.apache.cxf.extension.RegistryImpl<QName,org.apache.cxf.ws.policy.AssertionBuilder>
- implements org.apache.cxf.ws.policy.AssertionBuilderRegistry, org.apache.cxf.extension.BusExtension
| Fields inherited from class org.apache.cxf.extension.RegistryImpl |
entries |
| Methods inherited from class org.apache.cxf.extension.RegistryImpl |
get, register, unregister |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cxf.extension.Registry |
get, register, unregister |
AssertionBuilderRegistryImpl
public AssertionBuilderRegistryImpl()
AssertionBuilderRegistryImpl
public AssertionBuilderRegistryImpl(Map<QName,org.apache.cxf.ws.policy.AssertionBuilder> builders)
AssertionBuilderRegistryImpl
public AssertionBuilderRegistryImpl(org.apache.cxf.configuration.spring.MapProvider<QName,org.apache.cxf.ws.policy.AssertionBuilder> builders)
getRegistrationType
public Class<?> getRegistrationType()
- Specified by:
getRegistrationType in interface org.apache.cxf.extension.BusExtension
register
public void register(org.apache.cxf.ws.policy.AssertionBuilder builder)
- Specified by:
register in interface org.apache.cxf.ws.policy.AssertionBuilderRegistry
isIgnoreUnknownAssertions
public boolean isIgnoreUnknownAssertions()
- Specified by:
isIgnoreUnknownAssertions in interface org.apache.cxf.ws.policy.AssertionBuilderRegistry
setIgnoreUnknownAssertions
public void setIgnoreUnknownAssertions(boolean ignore)
- Specified by:
setIgnoreUnknownAssertions in interface org.apache.cxf.ws.policy.AssertionBuilderRegistry
build
public org.apache.cxf.ws.policy.PolicyAssertion build(Element element)
- Specified by:
build in interface org.apache.cxf.ws.policy.AssertionBuilderRegistry
Apache CXF