Groovy Documentation

com.predic8.wsdl.creator
[Groovy] Class DummyCreator

java.lang.Object
  com.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

createBinding

def createBinding(Binding binding, WSDLCreatorContext ctx)


createBindingOperation

def createBindingOperation(BindingOperation operation, WSDLCreatorContext ctx)


createDefinitions

def createDefinitions(Definitions definitions, WSDLCreatorContext ctx)


createImport

def createImport(Import imp, WSDLCreatorContext context)


createMessage

def createMessage(Message message, WSDLCreatorContext ctx)


createOperation

def createOperation(Operation operation, WSDLCreatorContext ctx)


createPart

def createPart(Part part, WSDLCreatorContext ctx)


createPort

def createPort(Port port, WSDLCreatorContext ctx)


createPortType

def createPortType(PortType portType, WSDLCreatorContext ctx)


createService

def createService(Service service, WSDLCreatorContext ctx)


createSoapBinding

def createSoapBinding(AbstractSOAPBinding binding, WSDLCreatorContext ctx)


createTypes

def createTypes(Types types, WSDLCreatorContext context)


 

Groovy Documentation