|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.modules.xml.config.WsdlConfig
public class WsdlConfig
The object used to configure the generation of a schema, overrides the defaults.
| Constructor Summary | |
|---|---|
WsdlConfig()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFile()
The file to which to write this schema. |
java.lang.String |
getNamespace()
The target namespace. |
java.lang.String |
getUseFile()
The (already existing) file to use for this wsdl. |
boolean |
isInlineSchema()
Whether to inline the schema for this WSDL. |
void |
setFile(java.lang.String file)
The file to which to write this schema. |
void |
setInlineSchema(boolean inlineSchema)
Whether to inline the schema for this WSDL. |
void |
setNamespace(java.lang.String namespace)
The target namespace. |
void |
setUseFile(java.lang.String useFile)
The (already existing) file to use for this wsdl. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsdlConfig()
| Method Detail |
|---|
public java.lang.String getNamespace()
public void setNamespace(java.lang.String namespace)
namespace - The target namespace.public java.lang.String getUseFile()
public void setUseFile(java.lang.String useFile)
useFile - The (already existing) file to use for this wsdl.public java.lang.String getFile()
public void setFile(java.lang.String file)
file - The file to which to write this schema.public boolean isInlineSchema()
public void setInlineSchema(boolean inlineSchema)
inlineSchema - Whether to inline the schema for this WSDL.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||