Uses of Class
org.openliberty.xmltooling.pp.MsgContact

Packages that use MsgContact
org.openliberty.wsc This package contains all of the Service Client classes and the basic WSFMessage. 
org.openliberty.xmltooling.pp   
 

Uses of MsgContact in org.openliberty.wsc
 

Methods in org.openliberty.wsc that return MsgContact
 MsgContact PersonalProfileService.msgContactForID(java.lang.String id)
          Selection of a MsgContact by its id XML attribute.
 

Methods in org.openliberty.wsc that return types with arguments of type MsgContact
 java.util.List<MsgContact> PersonalProfileService.msgContactsForNickName(java.lang.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  java.util.List<MsgContact> PersonalProfileService.msgContactsForQueryItem(QueryItem queryItem)
           
 java.util.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.
 java.util.List<MsgContact> PersonalProfileService.msgContactsForSpecifics(java.lang.String technologyUri, java.lang.String methodUri, java.lang.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.
 

Uses of MsgContact in org.openliberty.xmltooling.pp
 

Fields in org.openliberty.xmltooling.pp with type parameters of type MsgContact
private  org.opensaml.xml.util.XMLObjectChildrenList<MsgContact> PP.msgContacts
           
 

Methods in org.openliberty.xmltooling.pp that return MsgContact
 MsgContact MsgContactBuilder.buildObject()
           
 MsgContact MsgContactBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
           
 

Methods in org.openliberty.xmltooling.pp that return types with arguments of type MsgContact
 org.opensaml.xml.util.XMLObjectChildrenList<MsgContact> PP.getMsgContacts()