|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.easywsdl.wsdl.ExtensionFactory
org.ow2.easywsdl.extensions.sawsdl.SAWSDLFactory
org.ow2.easywsdl.extensions.sawsdl.SAWSDLFactoryImpl
public class SAWSDLFactoryImpl
This class is a concrete implementation of the abstract class WSDLFactory. Some ideas used here have been shamelessly copied from the wonderful JAXP and Xerces work.
Constructor Summary | |
---|---|
SAWSDLFactoryImpl()
|
Method Summary | |
---|---|
Description |
addExtElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
Generic method for extension |
Description |
addSAWSDLElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
Create a new instance of a Definition. |
java.lang.Class |
getDescriptionType()
|
SAWSDLReader |
newSAWSDLReader()
Create a new instance of a WSDLReaderImpl. |
SAWSDLReader |
newSAWSDLReader(java.util.Map<org.ow2.easywsdl.wsdl.api.WSDLReader.FeatureConstants,java.lang.Object> features)
Create a new instance of a WSDLReaderImpl. |
SAWSDLWriter |
newSAWSDLWriter()
Create a new instance of a WSDLWriterImpl. |
Methods inherited from class org.ow2.easywsdl.extensions.sawsdl.SAWSDLFactory |
---|
newInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAWSDLFactoryImpl()
Method Detail |
---|
public Description addSAWSDLElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc) throws SAWSDLException
SAWSDLFactory
addSAWSDLElmt2Description
in class SAWSDLFactory
SAWSDLException
public Description addExtElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc) throws SAWSDLException
SAWSDLFactory
addExtElmt2Description
in class SAWSDLFactory
SAWSDLException
public SAWSDLReader newSAWSDLReader() throws SAWSDLException
SAWSDLFactory
newSAWSDLReader
in class SAWSDLFactory
SAWSDLException
public SAWSDLReader newSAWSDLReader(java.util.Map<org.ow2.easywsdl.wsdl.api.WSDLReader.FeatureConstants,java.lang.Object> features) throws SAWSDLException
SAWSDLFactory
newSAWSDLReader
in class SAWSDLFactory
SAWSDLException
public SAWSDLWriter newSAWSDLWriter() throws SAWSDLException
SAWSDLFactory
newSAWSDLWriter
in class SAWSDLFactory
SAWSDLException
public java.lang.Class getDescriptionType()
getDescriptionType
in class org.ow2.easywsdl.wsdl.ExtensionFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |