|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hillenbrand.jreqtools.AbstractRequester
de.hillenbrand.jreqtools.OkCancelRequester
de.hillenbrand.jedi.ws.WSPropertiesRequester
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 |
protected java.lang.String name
protected java.lang.String title
protected java.lang.String description
protected java.lang.String sessionTimeout
protected java.lang.String targetNamespace
protected java.lang.String typeNamespace
Constructor Detail |
public WSPropertiesRequester(java.lang.String title, java.lang.String message)
title
- - Title of the requester.message
- - The message to be shown in the requester.Method Detail |
public java.lang.String getDescription()
public java.lang.String getName()
public java.lang.String getSessionTimeout()
public java.lang.String getTargetNamespace()
public java.lang.String getTitle()
public java.lang.String getTypeNamespace()
protected javax.swing.JPanel getUserPanel()
protected void ok()
protected void prepareForRequest()
public void setDescription(java.lang.String arg)
public void setName(java.lang.String arg)
public void setSessionTimeout(java.lang.String arg)
public void setTargetNamespace(java.lang.String arg)
public void setTitle(java.lang.String arg)
public void setTypeNamespace(java.lang.String arg)
public java.lang.String validateData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |