|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.predic8.soamodel.AbstractCreator
com.predic8.wsdl.creator.AbstractWSDLCreator
com.predic8.wsdl.creator.DummyCreator
class DummyCreator extends AbstractWSDLCreator
Method Summary | |
---|---|
def
|
createBinding(Binding binding, WSDLCreatorContext ctx)
|
def
|
createBindingOperation(BindingOperation operation, WSDLCreatorContext ctx)
|
def
|
createDefinitions(Definitions definitions, WSDLCreatorContext ctx)
|
def
|
createImport(Import imp, WSDLCreatorContext context)
|
def
|
createMessage(Message message, WSDLCreatorContext ctx)
|
def
|
createOperation(Operation operation, WSDLCreatorContext ctx)
|
def
|
createPart(Part part, WSDLCreatorContext ctx)
|
def
|
createPort(Port port, WSDLCreatorContext ctx)
|
def
|
createPortType(PortType portType, WSDLCreatorContext ctx)
|
def
|
createService(Service service, WSDLCreatorContext ctx)
|
def
|
createSoapBinding(AbstractSOAPBinding binding, WSDLCreatorContext ctx)
|
def
|
createTypes(Types types, WSDLCreatorContext context)
|
Methods inherited from class AbstractWSDLCreator | |
---|---|
createBinding, createBindingOperation, createDefinitions, createImport, createMessage, createOperation, createPart, createPort, createPortType, createService, createSoapBinding, createTypes |
Methods inherited from class AbstractCreator | |
---|---|
getDisplayName, getNamespaceAttributes |
Method Detail |
---|
def createBinding(Binding binding, WSDLCreatorContext ctx)
def createBindingOperation(BindingOperation operation, WSDLCreatorContext ctx)
def createDefinitions(Definitions definitions, WSDLCreatorContext ctx)
def createImport(Import imp, WSDLCreatorContext context)
def createMessage(Message message, WSDLCreatorContext ctx)
def createOperation(Operation operation, WSDLCreatorContext ctx)
def createPart(Part part, WSDLCreatorContext ctx)
def createPort(Port port, WSDLCreatorContext ctx)
def createPortType(PortType portType, WSDLCreatorContext ctx)
def createService(Service service, WSDLCreatorContext ctx)
def createSoapBinding(AbstractSOAPBinding binding, WSDLCreatorContext ctx)
def createTypes(Types types, WSDLCreatorContext context)
Groovy Documentation