Groovy Documentation

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

java.lang.Object
  com.predic8.soamodel.AbstractCreator
      com.predic8.wsdl.creator.AbstractWSDLCreator

abstract class AbstractWSDLCreator
extends AbstractCreator

Method Summary
def createBinding(Binding binding, WSDLCreatorContext context)

def createBindingOperation(BindingOperation operation, WSDLCreatorContext context)

def createDefinitions(Definitions definitions, WSDLCreatorContext context)

def createImport(Import imp, WSDLCreatorContext context)

def createMessage(Message message, WSDLCreatorContext context)

def createOperation(Operation operation, WSDLCreatorContext context)

def createPart(Part part, WSDLCreatorContext context)

def createPort(Port port, WSDLCreatorContext context)

def createPortType(PortType portType, WSDLCreatorContext context)

def createService(Service service, WSDLCreatorContext context)

def createSoapBinding(AbstractSOAPBinding binding, WSDLCreatorContext context)

def createTypes(Types types, WSDLCreatorContext context)

 
Methods inherited from class AbstractCreator
getDisplayName, getNamespaceAttributes
 

Method Detail

createBinding

def createBinding(Binding binding, WSDLCreatorContext context)


createBindingOperation

def createBindingOperation(BindingOperation operation, WSDLCreatorContext context)


createDefinitions

def createDefinitions(Definitions definitions, WSDLCreatorContext context)


createImport

def createImport(Import imp, WSDLCreatorContext context)


createMessage

def createMessage(Message message, WSDLCreatorContext context)


createOperation

def createOperation(Operation operation, WSDLCreatorContext context)


createPart

def createPart(Part part, WSDLCreatorContext context)


createPort

def createPort(Port port, WSDLCreatorContext context)


createPortType

def createPortType(PortType portType, WSDLCreatorContext context)


createService

def createService(Service service, WSDLCreatorContext context)


createSoapBinding

def createSoapBinding(AbstractSOAPBinding binding, WSDLCreatorContext context)


createTypes

def createTypes(Types types, WSDLCreatorContext context)


 

Groovy Documentation