|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectcom.predic8.soamodel.AbstractCreator
com.predic8.schema.creator.AbstractSchemaCreator
com.predic8.wstool.creator.FormCreator
class FormCreator extends AbstractSchemaCreator
Property Summary | |
---|---|
def |
definitions
|
Method Summary | |
---|---|
protected boolean
|
addVisibility(def item)
|
void
|
createAnnotation(Annotation annotation, SchemaCreatorContext ctx)
|
void
|
createComplexContentRestriction(Restriction restriction, SchemaCreatorContext ctx)
|
void
|
createComplexType(ComplexType complexType, FormCreatorContext ctx)
|
void
|
createElement(Element element, FormCreatorContext ctx)
|
void
|
createEnumerationFacet(EnumerationFacet facet, SchemaCreatorContext ctx)
|
void
|
createExtension(Extension extension, SchemaCreatorContext ctx)
|
void
|
createRequest(String portTypeName, String operationName, String bindingName)
|
void
|
createSimpleRestriction(BaseRestriction res, FormCreatorContext ctx)
|
void
|
createStringRestriction(StringRestriction res, SchemaCreatorContext ctx)
|
int
|
getMinOccurs(def minOccurs)
|
def
|
writeAttributes(ComplexType complexType, def ctx)
|
protected def
|
writeInputField(def item, FormCreatorContext ctx)
|
protected def
|
writeInputForBuildInType(def item, def ctx)
|
protected def
|
writeRemove(def item, def ctx)
|
Methods inherited from class AbstractCreator | |
---|---|
getDisplayName, getNamespaceAttributes |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
def definitions
Method Detail |
---|
protected boolean addVisibility(def item)
void createAnnotation(Annotation annotation, SchemaCreatorContext ctx)
void createComplexContentRestriction(Restriction restriction, SchemaCreatorContext ctx)
void createComplexType(ComplexType complexType, FormCreatorContext ctx)
void createElement(Element element, FormCreatorContext ctx)
void createEnumerationFacet(EnumerationFacet facet, SchemaCreatorContext ctx)
void createExtension(Extension extension, SchemaCreatorContext ctx)
void createRequest(String portTypeName, String operationName, String bindingName)
void createSimpleRestriction(BaseRestriction res, FormCreatorContext ctx)
void createStringRestriction(StringRestriction res, SchemaCreatorContext ctx)
int getMinOccurs(def minOccurs)
def writeAttributes(ComplexType complexType, def ctx)
protected def writeInputField(def item, FormCreatorContext ctx)
protected def writeInputForBuildInType(def item, def ctx)
protected def writeRemove(def item, def ctx)
Groovy Documentation