org.jasig.portlet.contacts.adapters.impl.xml
Class XMLContactAdapter
java.lang.Object
org.jasig.portlet.contacts.adapters.impl.AbstractContactAdapter
org.jasig.portlet.contacts.adapters.impl.xml.XMLContactAdapter
- All Implemented Interfaces:
- ContactAdapter, PushAdapter
public class XMLContactAdapter
- extends AbstractContactAdapter
- implements PushAdapter
- Author:
- chris
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLContactAdapter
public XMLContactAdapter()
getContacts
public Set<ContactSet> getContacts()
- Specified by:
getContacts in interface PushAdapter
getContacts
public ContactSet getContacts(String id)
- Specified by:
getContacts in interface PushAdapter
getGroups
public Map<String,String> getGroups()
- Specified by:
getGroups in interface PushAdapter
setDataURIs
public void setDataURIs(List<String> setSourceURIs)
requiredAttributes
protected String[] requiredAttributes()
- Specified by:
requiredAttributes in class AbstractContactAdapter
setUnmarshaller
public void setUnmarshaller(org.springframework.oxm.Unmarshaller unmarshaller)
getByURN
public Contact getByURN(String URN)
- Specified by:
getByURN in interface PushAdapter
Copyright © 2012 Jasig. All Rights Reserved.