| Package | Description |
|---|---|
| org.openliberty.wsc |
This package contains all of the Service Client classes and the basic WSFMessage.
|
| org.openliberty.xmltooling.pp | |
| org.openliberty.xmltooling.pp.dst2_1.ct |
| Modifier and Type | Method and Description |
|---|---|
List<MsgContact> |
PersonalProfileService.msgContactsForSpecifics(MsgTechnology.Technology technology,
MsgMethod.Method method,
MsgType.Type type)
Selection of MsgContact by an exact match on the contents of a leaf element for the following leaf elements:
pp:MsgTechnology
pp:MsgMethod
pp:MsgType
MsgTechnology, MsgMethod, and MsgType can be tested in isolation or simultaneously combined with an AND operator.
|
QueryItem |
PersonalProfileService.queryItemForMsgContactSpecifics(MsgTechnology.Technology technology,
MsgMethod.Method method,
MsgType.Type type,
String itemID)
Generation of a QueryItem to query for MsgContact by an exact match on the contents of a leaf element for the following leaf elements:
pp:MsgTechnology
pp:MsgMethod
pp:MsgType
MsgTechnology, MsgMethod, and MsgType can be tested in isolation or simultaneously combined with an AND operator.
|
| Modifier and Type | Method and Description |
|---|---|
MsgMethod.Method |
MsgContact.getMethod()
Gets the first MsgMethod as the enum MsgMethod.Method
|
| Modifier and Type | Method and Description |
|---|---|
void |
MsgContact.setMethod(MsgMethod.Method method) |
| Modifier and Type | Method and Description |
|---|---|
MsgMethod.Method |
MsgMethod.getMethod() |
static MsgMethod.Method |
MsgMethod.Method.getMethodForUri(String uri) |
static MsgMethod.Method |
MsgMethod.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MsgMethod.Method[] |
MsgMethod.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MsgMethod.setMethod(MsgMethod.Method method) |
| Constructor and Description |
|---|
MsgMethod(MsgMethod.Method method) |
Copyright © 1999–2015. All rights reserved.