nl.innovationinvestments.cheyenne.engine.components
Class SOAP

java.lang.Object
  extended by nl.innovationinvestments.cheyenne.engine.components.Component
      extended by nl.innovationinvestments.cheyenne.engine.components.SOAP

public class SOAP
extends Component

Author:
StPl

Field Summary
static String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
SOAP()
           
SOAP(Dialog dialog)
           
 
Method Summary
 void append(String xml)
          Append XML
 void finish()
           
 String getAction()
           
 String getWSDLUrl()
           
 void setAction(String value)
           
 void setWSDLUrl(String value)
           
 void start()
           
 
Methods inherited from class nl.innovationinvestments.cheyenne.engine.components.Component
getDialog, getId, getLog4j, iterate, setDialog, setId, setLog4j, startAndfinish
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCECODE_VERSION

public static final String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values
Constructor Detail

SOAP

public SOAP()

SOAP

public SOAP(Dialog dialog)
Parameters:
dialog -
Method Detail

setWSDLUrl

public void setWSDLUrl(String value)

getWSDLUrl

public String getWSDLUrl()

setAction

public void setAction(String value)

getAction

public String getAction()

append

public void append(String xml)
Append XML


start

public void start()
Overrides:
start in class Component

finish

public void finish()
Overrides:
finish in class Component


Copyright © 2013 InnovationInvestments. All rights reserved.