org.jasig.portlet.contacts.adapters.impl.xml
Class XMLContactAdapter

java.lang.Object
  extended by org.jasig.portlet.contacts.adapters.impl.AbstractContactAdapter
      extended by org.jasig.portlet.contacts.adapters.impl.xml.XMLContactAdapter
All Implemented Interfaces:
ContactAdapter, PushAdapter

public class XMLContactAdapter
extends AbstractContactAdapter
implements PushAdapter

Author:
chris

Constructor Summary
XMLContactAdapter()
           
 
Method Summary
 Contact getByURN(String URN)
           
 Set<ContactSet> getContacts()
           
 ContactSet getContacts(String id)
           
 Map<String,String> getGroups()
           
protected  String[] requiredAttributes()
           
 void setDataURIs(List<String> setSourceURIs)
           
 void setUnmarshaller(org.springframework.oxm.Unmarshaller unmarshaller)
           
 
Methods inherited from class org.jasig.portlet.contacts.adapters.impl.AbstractContactAdapter
getContext, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jasig.portlet.contacts.adapters.ContactAdapter
getContext, setContext
 

Constructor Detail

XMLContactAdapter

public XMLContactAdapter()
Method Detail

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.