| 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 |
|---|---|
AddressCard |
PersonalProfileService.addressCardForID(String id)
Selection by the id XML attribute of AddressCard.
|
| Modifier and Type | Method and Description |
|---|---|
List<AddressCard> |
PersonalProfileService.addressCardsForAddressType(AddrType.Type addressType)
Selection of AddressCard by an exact match on the contents of a leaf element for the following leaf elements:
pp:AddrType
|
List<AddressCard> |
PersonalProfileService.addressCardsForNickName(String nickname,
boolean localScriptVersion)
Selection of AddressCard by an exact match on the contents of a leaf element for the following leaf elements:
pp:Nick
pp:LNick
|
private List<AddressCard> |
PersonalProfileService.addressCardsForQueryString(String queryString) |
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<AddressCard> |
PP.addressCards |
| Modifier and Type | Method and Description |
|---|---|
AddressCard |
AddressCardBuilder.buildObject() |
AddressCard |
AddressCardBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<AddressCard> |
PP.getAddressCards() |
Copyright © 1999–2015. All rights reserved.