|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtr.config.ws.WebServiceMsg
public class WebServiceMsg
Abstract representation of a webservice message configuration element.
Field Summary | |
---|---|
static java.lang.String |
PART_NAMES_DELIMITER
Part names delimiter. |
Constructor Summary | |
---|---|
WebServiceMsg()
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Get the message name. |
java.lang.String[] |
getPartNames()
Get the part names. |
void |
setName(java.lang.String name)
Set the message name. |
void |
setPartNames(java.lang.String partNames)
Set the part names. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PART_NAMES_DELIMITER
Constructor Detail |
---|
public WebServiceMsg()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public void setPartNames(java.lang.String partNames)
partNames
- public java.lang.String[] getPartNames()
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |