Groovy Documentation

com.predic8.wsdl
[Groovy] Class BindingMessage

java.lang.Object
  com.predic8.soamodel.XMLElement
      com.predic8.wsdl.WSDLElement
          com.predic8.wsdl.BindingMessage

abstract class BindingMessage
extends WSDLElement

Field Summary
 
Fields inherited from class XMLElement
namespaces
 
Property Summary
List bindingElements

BindingOperation bindingOperation

 
Method Summary
def create(def creator, def ctx)

protected Message getMessage()

List getSOAPHeaders()

SOAP11Body newSOAP11Body(List parts)

SOAP11Body newSOAP11Body()

SOAP11Fault newSOAP11Fault(List parts)

SOAP11Fault newSOAP11Fault()

SOAP11Header newSOAP11Header()

SOAP12Body newSOAP12Body(List parts)

SOAP12Body newSOAP12Body()

protected def parseAttributes(def token, def params)

protected def parseChildren(def token, def child, def params)

 
Methods inherited from class WSDLElement
create, getElementName, getTypeQName, parseChildren
 
Methods inherited from class XMLElement
getElementName, getNamespace, getNamespaceContext, getPrefix, getPrefix, getTypeQName, getTypeString, parse, parseAttributes, parseChildren, parseNamespaces, parseText
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

bindingElements

List bindingElements


bindingOperation

BindingOperation bindingOperation


 
Method Detail

create

def create(def creator, def ctx)


getMessage

protected Message getMessage()


getSOAPHeaders

List getSOAPHeaders()


newSOAP11Body

SOAP11Body newSOAP11Body(List parts)


newSOAP11Body

SOAP11Body newSOAP11Body()


newSOAP11Fault

SOAP11Fault newSOAP11Fault(List parts)


newSOAP11Fault

SOAP11Fault newSOAP11Fault()


newSOAP11Header

SOAP11Header newSOAP11Header()


newSOAP12Body

SOAP12Body newSOAP12Body(List parts)


newSOAP12Body

SOAP12Body newSOAP12Body()


parseAttributes

protected def parseAttributes(def token, def params)


parseChildren

protected def parseChildren(def token, def child, def params)


 

Groovy Documentation