|
|||||||||
| 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
public class 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, cancel, comment, dialog, icon, ok |
| 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, windowCloseButtonPressed |
| Methods inherited from class de.hillenbrand.jreqtools.AbstractRequester |
|---|
checkForClass, 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 |
|---|
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()
getTitle in class de.hillenbrand.jreqtools.AbstractRequesterpublic java.lang.String getTypeNamespace()
protected javax.swing.JPanel getUserPanel()
getUserPanel in class de.hillenbrand.jreqtools.OkCancelRequesterprotected void ok()
ok in class de.hillenbrand.jreqtools.OkCancelRequesterprotected void prepareForRequest()
prepareForRequest in class de.hillenbrand.jreqtools.OkCancelRequesterpublic 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)
setTitle in class de.hillenbrand.jreqtools.AbstractRequesterpublic void setTypeNamespace(java.lang.String arg)
public java.lang.String validateData()
validateData in class de.hillenbrand.jreqtools.OkCancelRequester
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||