com.ctc.wstx.osgi
Class ValidationSchemaFactoryProviderImpl

java.lang.Object
  extended by com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl
All Implemented Interfaces:
org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider

public abstract class ValidationSchemaFactoryProviderImpl
extends Object
implements org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider


Field Summary
 
Fields inherited from interface org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
OSGI_SVC_PROP_IMPL_NAME, OSGI_SVC_PROP_IMPL_VERSION, OSGI_SVC_PROP_SCHEMA_TYPE
 
Constructor Summary
protected ValidationSchemaFactoryProviderImpl(String st)
           
 
Method Summary
static ValidationSchemaFactoryProviderImpl[] createAll()
           
abstract  org.codehaus.stax2.validation.XMLValidationSchemaFactory createValidationSchemaFactory()
           
 Properties getProperties()
           
 String getSchemaType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationSchemaFactoryProviderImpl

protected ValidationSchemaFactoryProviderImpl(String st)
Method Detail

createAll

public static ValidationSchemaFactoryProviderImpl[] createAll()

createValidationSchemaFactory

public abstract org.codehaus.stax2.validation.XMLValidationSchemaFactory createValidationSchemaFactory()
Specified by:
createValidationSchemaFactory in interface org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider

getSchemaType

public String getSchemaType()
Specified by:
getSchemaType in interface org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider

getProperties

public Properties getProperties()


Copyright © 2011 Codehaus. All Rights Reserved.