|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.tools.corba.common.SchemaFactory
public abstract class SchemaFactory
Constructor Summary | |
---|---|
SchemaFactory()
|
Method Summary | |
---|---|
static SchemaFactory |
newInstance()
Get a new instance of a WSDLFactory. |
static SchemaFactory |
newInstance(String factoryImplName)
Get a new instance of a WSDLFactory. |
abstract javax.wsdl.extensions.ExtensionRegistry |
newPopulatedExtensionRegistry()
Create a new instance of an ExtensionRegistry with pre-registered serializers/deserializers for the SOAP, HTTP and MIME extensions. |
abstract javax.wsdl.xml.WSDLWriter |
newWSDLWriter()
Create a new instance of a WSDLWriter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemaFactory()
Method Detail |
---|
public static SchemaFactory newInstance() throws javax.wsdl.WSDLException
Check the javax.wsdl.factory.WSDLFactory system property. Check the lib/wsdl.properties file in the JRE directory. The key will have the same name as the above system property. Use the default value.Once an instance of a WSDLFactory is obtained, invoke newDefinition(), newWSDLReader(), or newWSDLWriter(), to create the desired instances.
javax.wsdl.WSDLException
public static SchemaFactory newInstance(String factoryImplName) throws javax.wsdl.WSDLException
factoryImplName
- the fully-qualified class name of the
class which provides a concrete implementation of the abstract
class WSDLFactory.
javax.wsdl.WSDLException
public abstract javax.wsdl.xml.WSDLWriter newWSDLWriter()
public abstract javax.wsdl.extensions.ExtensionRegistry newPopulatedExtensionRegistry()
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |