Groovy Documentation

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

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

class WSDLCreator
extends AbstractWSDLCreator

Method Summary
def createAddress(AbstractAddress address, WSDLCreatorContext ctx)

def createBinding(Binding binding, WSDLCreatorContext ctx)

def createBindingMessage(BindingMessage bindingMessage, WSDLCreatorContext ctx)

def createBindingOperation(BindingOperation bindingOperation, WSDLCreatorContext ctx)

def createDefinitions(Definitions definitions, WSDLCreatorContext ctx)

def createHTTPBinding(HTTPBinding binding, def ctx)

def createHTTPOperation(ExtensibilityOperation httpOperation, WSDLCreatorContext ctx)

def createImport(Import imp, WSDLCreatorContext ctx)

Imports should be created only if inlineWSDLImports in ctx is true.

def createMessage(Message message, WSDLCreatorContext ctx)

def createOperation(Operation operation, WSDLCreatorContext ctx)

def createPart(Part part, WSDLCreatorContext ctx)

void createPolicy(Policy policy, WSDLCreatorContext ctx)

void createPolicyReference(PolicyReference policyRef, WSDLCreatorContext ctx)

def createPort(Port port, WSDLCreatorContext ctx)

def createPortType(PortType portType, WSDLCreatorContext ctx)

def createPortTypeMessage(AbstractPortTypeMessage portTypeMessage, WSDLCreatorContext ctx)

def createSOAPBody(AbstractSOAPBody body, WSDLCreatorContext ctx)

def createSOAPFault(def fault, WSDLCreatorContext ctx)

def createSOAPHeader(AbstractSOAPHeader header, WSDLCreatorContext ctx)

def createSOAPOperation(ExtensibilityOperation soapOperation, WSDLCreatorContext ctx)

def createService(Service service, WSDLCreatorContext ctx)

def createSoapBinding(AbstractSOAPBinding soapBinding, WSDLCreatorContext ctx)

def createTypes(Types types, WSDLCreatorContext ctx)

 
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

createAddress

def createAddress(AbstractAddress address, WSDLCreatorContext ctx)


createBinding

def createBinding(Binding binding, WSDLCreatorContext ctx)


createBindingMessage

def createBindingMessage(BindingMessage bindingMessage, WSDLCreatorContext ctx)


createBindingOperation

def createBindingOperation(BindingOperation bindingOperation, WSDLCreatorContext ctx)


createDefinitions

def createDefinitions(Definitions definitions, WSDLCreatorContext ctx)


createHTTPBinding

def createHTTPBinding(HTTPBinding binding, def ctx)


createHTTPOperation

def createHTTPOperation(ExtensibilityOperation httpOperation, WSDLCreatorContext ctx)


createImport

def createImport(Import imp, WSDLCreatorContext ctx)
Imports should be created only if inlineWSDLImports in ctx is true.


createMessage

def createMessage(Message message, WSDLCreatorContext ctx)


createOperation

def createOperation(Operation operation, WSDLCreatorContext ctx)


createPart

def createPart(Part part, WSDLCreatorContext ctx)


createPolicy

void createPolicy(Policy policy, WSDLCreatorContext ctx)


createPolicyReference

void createPolicyReference(PolicyReference policyRef, WSDLCreatorContext ctx)


createPort

def createPort(Port port, WSDLCreatorContext ctx)


createPortType

def createPortType(PortType portType, WSDLCreatorContext ctx)


createPortTypeMessage

def createPortTypeMessage(AbstractPortTypeMessage portTypeMessage, WSDLCreatorContext ctx)


createSOAPBody

def createSOAPBody(AbstractSOAPBody body, WSDLCreatorContext ctx)


createSOAPFault

def createSOAPFault(def fault, WSDLCreatorContext ctx)


createSOAPHeader

def createSOAPHeader(AbstractSOAPHeader header, WSDLCreatorContext ctx)


createSOAPOperation

def createSOAPOperation(ExtensibilityOperation soapOperation, WSDLCreatorContext ctx)


createService

def createService(Service service, WSDLCreatorContext ctx)


createSoapBinding

def createSoapBinding(AbstractSOAPBinding soapBinding, WSDLCreatorContext ctx)


createTypes

def createTypes(Types types, WSDLCreatorContext ctx)


 

Groovy Documentation