de.hillenbrand.jedi.ws
Class WSDDRequester

java.lang.Object
  extended by de.hillenbrand.jreqtools.AbstractRequester
      extended by de.hillenbrand.jreqtools.OkCancelRequester
          extended by de.hillenbrand.jedi.ws.WSDDRequester

public class WSDDRequester
extends de.hillenbrand.jreqtools.OkCancelRequester

Requests the properties for a WSDD file.


Field Summary
 
Fields inherited from class de.hillenbrand.jreqtools.OkCancelRequester
answer, cancel, comment, dialog, icon, ok
 
Fields inherited from class de.hillenbrand.jreqtools.AbstractRequester
CANCEL, listener, message, OK, title
 
Constructor Summary
WSDDRequester()
          Constructs a new Requester.
 
Method Summary
 java.lang.String getAllowedMethods()
          Returns the value of the allowedMethods property.
 java.lang.String getClassName()
          Returns the value of the className property.
 java.lang.String getName()
          Returns the value of the name property.
 java.lang.String getScope()
          Returns the value of the scope property.
protected  javax.swing.JPanel getUserPanel()
           
 java.lang.String getWsdlPortType()
          Returns the value of the wsdlPortType property.
 java.lang.String getWsdlServiceElement()
          Returns the value of the wsdlServiceElementString property.
 java.lang.String getWsdlServicePort()
          Returns the value of the wsdlServicePort property.
 java.lang.String getWsdlTargetNamespace()
          Returns the value of the wsdlTargetNamespace property.
protected  void prepareForRequest()
           
 void requestMethods(java.lang.String classname)
           
 void setAllowedMethods(java.lang.String arg)
          Assigns the value of the allowedMethods property.
 void setClassName(java.lang.String arg)
          Assigns the value of the className property.
 void setName(java.lang.String arg)
          Assigns the value of the name property.
 void setScope(java.lang.String arg)
          Assigns the value of the scope property.
 void setWsdlPortType(java.lang.String arg)
          Assigns the value of the wsdlPortType property.
 void setWsdlServiceElement(java.lang.String arg)
          Assigns the value of the wsdlServiceElementString property.
 void setWsdlServicePort(java.lang.String arg)
          Assigns the value of the wsdlServicePort property.
 void setWsdlTargetNamespace(java.lang.String arg)
          Assigns the value of the wsdlTargetNamespace property.
 java.lang.String validateData()
           
 
Methods inherited from class de.hillenbrand.jreqtools.OkCancelRequester
cancel, createJDialog, getComment, getIcon, getOkTriggerComponent, getPreferredRequesterSize, getReturnValue, ok, request, setCancelButtonText, setComment, setIcon, setOkButtonText, simulateCancelPressed, simulateOkPressed, windowCloseButtonPressed
 
Methods inherited from class de.hillenbrand.jreqtools.AbstractRequester
checkForClass, enableHelpKey4JavaHelp, getBounds, getLocation, getMessage, getSize, getTitle, request, request, setBounds, setBounds, setLocation, setLocation, setMessage, setParentComponent, setSize, setSize, setTitle, showError, showMessage, showNotYetImplemented
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDDRequester

public WSDDRequester()
Constructs a new Requester.

Method Detail

getAllowedMethods

public java.lang.String getAllowedMethods()
Returns the value of the allowedMethods property.


getClassName

public java.lang.String getClassName()
Returns the value of the className property.


getName

public java.lang.String getName()
Returns the value of the name property.


getScope

public java.lang.String getScope()
Returns the value of the scope property.


getUserPanel

protected javax.swing.JPanel getUserPanel()
Specified by:
getUserPanel in class de.hillenbrand.jreqtools.OkCancelRequester

getWsdlPortType

public java.lang.String getWsdlPortType()
Returns the value of the wsdlPortType property.


getWsdlServiceElement

public java.lang.String getWsdlServiceElement()
Returns the value of the wsdlServiceElementString property.


getWsdlServicePort

public java.lang.String getWsdlServicePort()
Returns the value of the wsdlServicePort property.


getWsdlTargetNamespace

public java.lang.String getWsdlTargetNamespace()
Returns the value of the wsdlTargetNamespace property.


prepareForRequest

protected void prepareForRequest()
Overrides:
prepareForRequest in class de.hillenbrand.jreqtools.OkCancelRequester

requestMethods

public void requestMethods(java.lang.String classname)

setAllowedMethods

public void setAllowedMethods(java.lang.String arg)
Assigns the value of the allowedMethods property.


setClassName

public void setClassName(java.lang.String arg)
Assigns the value of the className property.


setName

public void setName(java.lang.String arg)
Assigns the value of the name property.


setScope

public void setScope(java.lang.String arg)
Assigns the value of the scope property.


setWsdlPortType

public void setWsdlPortType(java.lang.String arg)
Assigns the value of the wsdlPortType property.


setWsdlServiceElement

public void setWsdlServiceElement(java.lang.String arg)
Assigns the value of the wsdlServiceElementString property.


setWsdlServicePort

public void setWsdlServicePort(java.lang.String arg)
Assigns the value of the wsdlServicePort property.


setWsdlTargetNamespace

public void setWsdlTargetNamespace(java.lang.String arg)
Assigns the value of the wsdlTargetNamespace property.


validateData

public java.lang.String validateData()
Overrides:
validateData in class de.hillenbrand.jreqtools.OkCancelRequester
Returns:
error string, null if everything is ok