|
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.WSDLCreator
class WSDLCreator extends AbstractWSDLCreator
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 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)
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)
Groovy Documentation