de.hillenbrand.jedi.ws
Class WSPropertiesRequester

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

public class WSPropertiesRequester
extends de.hillenbrand.jreqtools.OkCancelRequester

Requests the properties for a Web service.


Field Summary
protected  java.lang.String description
           
protected  java.lang.String name
           
protected  java.lang.String sessionTimeout
           
protected  java.lang.String targetNamespace
           
protected  java.lang.String title
           
protected  java.lang.String typeNamespace
           
 
Fields inherited from class de.hillenbrand.jreqtools.OkCancelRequester
answer, comment, dialog, icon
 
Fields inherited from class de.hillenbrand.jreqtools.AbstractRequester
CANCEL, listener, message, OK
 
Constructor Summary
WSPropertiesRequester(java.lang.String title, java.lang.String message)
          Constructs a new Requester.
 
Method Summary
 java.lang.String getDescription()
          Returns the value of the description property.
 java.lang.String getName()
          Returns the value of the name property.
 java.lang.String getSessionTimeout()
          Returns the value of the sessionTimeout property.
 java.lang.String getTargetNamespace()
          Returns the value of the targetNamespace property.
 java.lang.String getTitle()
          Returns the value of the title property.
 java.lang.String getTypeNamespace()
          Returns the value of the typeNamespace property.
protected  javax.swing.JPanel getUserPanel()
           
protected  void ok()
           
protected  void prepareForRequest()
           
 void setDescription(java.lang.String arg)
          Assigns the value of the description property.
 void setName(java.lang.String arg)
          Assigns the value of the name property.
 void setSessionTimeout(java.lang.String arg)
          Assigns the value of the sessionTimeout property.
 void setTargetNamespace(java.lang.String arg)
          Assigns the value of the targetNamespace property.
 void setTitle(java.lang.String arg)
          Assigns the value of the title property.
 void setTypeNamespace(java.lang.String arg)
          Assigns the value of the typeNamespace property.
 java.lang.String validateData()
           
 
Methods inherited from class de.hillenbrand.jreqtools.OkCancelRequester
cancel, createJDialog, getComment, getIcon, getOkTriggerComponent, getPreferredRequesterSize, getReturnValue, request, setCancelButtonText, setComment, setIcon, setOkButtonText, simulateCancelPressed, simulateOkPressed
 
Methods inherited from class de.hillenbrand.jreqtools.AbstractRequester
enableHelpKey4JavaHelp, getBounds, getLocation, getMessage, getSize, request, request, setBounds, setBounds, setLocation, setLocation, setMessage, setParentComponent, setSize, setSize, showError, showMessage, showNotYetImplemented
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

title

protected java.lang.String title

description

protected java.lang.String description

sessionTimeout

protected java.lang.String sessionTimeout

targetNamespace

protected java.lang.String targetNamespace

typeNamespace

protected java.lang.String typeNamespace
Constructor Detail

WSPropertiesRequester

public WSPropertiesRequester(java.lang.String title,
                             java.lang.String message)
Constructs a new Requester.

Parameters:
title - - Title of the requester.
message - - The message to be shown in the requester.
Method Detail

getDescription

public java.lang.String getDescription()
Returns the value of the description property.


getName

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


getSessionTimeout

public java.lang.String getSessionTimeout()
Returns the value of the sessionTimeout property.


getTargetNamespace

public java.lang.String getTargetNamespace()
Returns the value of the targetNamespace property.


getTitle

public java.lang.String getTitle()
Returns the value of the title property.

Overrides:
getTitle in class de.hillenbrand.jreqtools.AbstractRequester

getTypeNamespace

public java.lang.String getTypeNamespace()
Returns the value of the typeNamespace property.


getUserPanel

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

ok

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

prepareForRequest

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

setDescription

public void setDescription(java.lang.String arg)
Assigns the value of the description property.


setName

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


setSessionTimeout

public void setSessionTimeout(java.lang.String arg)
Assigns the value of the sessionTimeout property.


setTargetNamespace

public void setTargetNamespace(java.lang.String arg)
Assigns the value of the targetNamespace property.


setTitle

public void setTitle(java.lang.String arg)
Assigns the value of the title property.

Overrides:
setTitle in class de.hillenbrand.jreqtools.AbstractRequester

setTypeNamespace

public void setTypeNamespace(java.lang.String arg)
Assigns the value of the typeNamespace property.


validateData

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