JTR 5.0 API Documentation

jtr.config.ws
Class WebServiceMsg

java.lang.Object
  extended by jtr.config.ws.WebServiceMsg
All Implemented Interfaces:
java.io.Serializable

public class WebServiceMsg
extends java.lang.Object
implements java.io.Serializable

Abstract representation of a webservice message configuration element.

Since:
3.0
Version:
5.0
Author:
Francesco Russo (frusso@dev.java.net)
See Also:
Serialized Form

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

PART_NAMES_DELIMITER

public static final java.lang.String PART_NAMES_DELIMITER
Part names delimiter.

See Also:
Constant Field Values
Constructor Detail

WebServiceMsg

public WebServiceMsg()
Default constructor.

Method Detail

getName

public java.lang.String getName()
Get the message name.

Returns:
String

setName

public void setName(java.lang.String name)
Set the message name.

Parameters:
name - The name to set.

setPartNames

public void setPartNames(java.lang.String partNames)
Set the part names.

Parameters:
partNames -

getPartNames

public java.lang.String[] getPartNames()
Get the part names.

Returns:
String[]

The JTR Project is licensed under GPL version 2