|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.webservices.mdds.MddsModelFactory
public abstract class MddsModelFactory
| Constructor Summary | |
|---|---|
MddsModelFactory() |
|
| Method Summary | |
|---|---|
abstract Model |
createModelFromWSDL(Definition def)Given a WSDL url, load the WSDL and its imports, create a webservices model and decorate that model with MDDS annotations. |
abstract Model |
createModelFromWSDL(Definition def, ConnectionConfig config)Given a WSDL url, load the WSDL and its imports, create a webservices model and decorate that model with MDDS annotations. |
abstract Model |
createModelFromWSDL(String urlStr)Given a WSDL url, load the WSDL and its imports, create a webservices model and decorate that model with MDDS annotations. |
abstract MddsSchemaBuilder |
getMddsSchemaBuilder(Definition def)Given a WSDL definition, load the WSDL collect its schemas and returns a MddsSchemaBuilder. |
abstract MddsSchemaBuilder |
getMddsSchemaBuilder(String urlStr)Given a WSDL url, load the WSDL collect its schemas and returns a MddsSchemaBuilder. |
static MddsModelFactory |
newInstance()Get a new factory instance. |
abstract void |
setErrorHandler(MddsErrorHandler errorHandler)Set the error handler for this factory. |
abstract void |
setOption(String name, Object value)Set an option for this factory. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MddsModelFactory()
| Method Detail |
|---|
public static MddsModelFactory newInstance()
public abstract void setOption(String name,
Object value)
throws MddsException
name - Option namevalue - Value, option-specificMddsException - Throws and exception if the option is unsupported or the value is invalidpublic abstract void setErrorHandler(MddsErrorHandler errorHandler)
errorHandler -
public abstract Model createModelFromWSDL(String urlStr)
throws WSDLException,
MddsException,
IOException
urlStr - URL of the WSDL (as a string)WSDLExceptionMddsExceptionIOException
public abstract Model createModelFromWSDL(Definition def)
throws WSDLException,
MddsException,
IOException
def - Definition of the WSDLWSDLExceptionMddsExceptionIOException
public abstract Model createModelFromWSDL(Definition def,
ConnectionConfig config)
throws WSDLException,
MddsException,
IOException
def - Definition of the WSDLconfig - Configuration settings for the HTTP connectionWSDLExceptionMddsExceptionIOException
public abstract MddsSchemaBuilder getMddsSchemaBuilder(String urlStr)
throws WSDLException,
MddsException,
IOException
urlStr - URL of the WSDL (as a string)WSDLExceptionMddsExceptionIOException
public abstract MddsSchemaBuilder getMddsSchemaBuilder(Definition def)
throws WSDLException,
MddsException,
IOException
def - Definition of the WSDLWSDLExceptionMddsExceptionIOException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||