de.hillenbrand.jedi.ws
Class WSPropertiesRequester

java.lang.Object
  extended byde.hillenbrand.jreqtools.AbstractRequester
      extended byde.hillenbrand.jreqtools.OkCancelRequester
          extended byde.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, getOkTriggerComponent, getPreferredRequesterSize, getReturnValue, request, setCancelButtonText, setComment, setOkButtonText, simulateCancelPressed, simulateOkPressed
 
Methods inherited from class de.hillenbrand.jreqtools.AbstractRequester
getBounds, getLocation, getMessage, getSize, request, request, setBounds, setBounds, setLocation, setLocation, setMessage, setParentComponent, setSize, setSize
 
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.


getTypeNamespace

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


getUserPanel

protected javax.swing.JPanel getUserPanel()

ok

protected void ok()

prepareForRequest

protected void prepareForRequest()

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.


setTypeNamespace

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


validateData

public java.lang.String validateData()
Returns:
error string, null if everything is ok