|
JTR 4.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WsMsgType>
jtr.ws.WsMsgType
@Deprecated public enum WsMsgType
This enumeration describes the possible webservices message types.
Enum Constant Summary | |
---|---|
FAULT_MSG
Deprecated. A webservice fault message. |
|
INPUT_MSG
Deprecated. A webservice input message. |
|
OUTPUT_MSG
Deprecated. A webservice output message. |
Method Summary | |
---|---|
static WsMsgType |
valueOf(java.lang.String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static WsMsgType[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final WsMsgType INPUT_MSG
public static final WsMsgType OUTPUT_MSG
public static final WsMsgType FAULT_MSG
Method Detail |
---|
public static final WsMsgType[] values()
for(WsMsgType c : WsMsgType.values()) System.out.println(c);
public static WsMsgType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |