| Package | Description |
|---|---|
| org.openliberty.wsc |
This package contains all of the Service Client classes and the basic WSFMessage.
|
| org.openliberty.xmltooling.pp |
| Modifier and Type | Method and Description |
|---|---|
MsgContact |
PersonalProfileService.msgContactForID(String id)
Selection of a MsgContact by its id XML attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<MsgContact> |
PersonalProfileService.msgContactsForNickName(String nickname,
boolean localScriptVersion)
Selection of MsgContact by an exact match on the contents of a leaf element for the following leaf elements:
pp:Nick
pp:LNick
|
private List<MsgContact> |
PersonalProfileService.msgContactsForQueryItem(QueryItem queryItem) |
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.
|
List<MsgContact> |
PersonalProfileService.msgContactsForSpecifics(String technologyUri,
String methodUri,
String typeUri)
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.
|
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<MsgContact> |
PP.msgContacts |
| Modifier and Type | Method and Description |
|---|---|
MsgContact |
MsgContactBuilder.buildObject() |
MsgContact |
MsgContactBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<MsgContact> |
PP.getMsgContacts() |
Copyright © 1999–2015. All rights reserved.