Apache CXF API

org.apache.cxf.attachment
Class LazyAttachmentCollection

java.lang.Object
  extended by org.apache.cxf.attachment.LazyAttachmentCollection
All Implemented Interfaces:
java.lang.Iterable<Attachment>, java.util.Collection<Attachment>

public class LazyAttachmentCollection
extends java.lang.Object
implements java.util.Collection<Attachment>


Constructor Summary
LazyAttachmentCollection(AttachmentDeserializer deserializer)
           
 
Method Summary
 boolean add(Attachment arg0)
           
 boolean addAll(java.util.Collection<? extends Attachment> arg0)
           
 void clear()
           
 boolean contains(java.lang.Object arg0)
           
 boolean containsAll(java.util.Collection<?> arg0)
           
 java.util.Map<java.lang.String,javax.activation.DataHandler> createDataHandlerMap()
           
 java.util.List<Attachment> getLoadedAttachments()
           
 boolean isEmpty()
           
 java.util.Iterator<Attachment> iterator()
           
 boolean remove(java.lang.Object arg0)
           
 boolean removeAll(java.util.Collection<?> arg0)
           
 boolean retainAll(java.util.Collection<?> arg0)
           
 int size()
           
 java.lang.Object[] toArray()
           
<T> T[]
toArray(T[] arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

LazyAttachmentCollection

public LazyAttachmentCollection(AttachmentDeserializer deserializer)
Method Detail

getLoadedAttachments

public java.util.List<Attachment> getLoadedAttachments()

iterator

public java.util.Iterator<Attachment> iterator()
Specified by:
iterator in interface java.lang.Iterable<Attachment>
Specified by:
iterator in interface java.util.Collection<Attachment>

size

public int size()
Specified by:
size in interface java.util.Collection<Attachment>

add

public boolean add(Attachment arg0)
Specified by:
add in interface java.util.Collection<Attachment>

addAll

public boolean addAll(java.util.Collection<? extends Attachment> arg0)
Specified by:
addAll in interface java.util.Collection<Attachment>

clear

public void clear()
Specified by:
clear in interface java.util.Collection<Attachment>

contains

public boolean contains(java.lang.Object arg0)
Specified by:
contains in interface java.util.Collection<Attachment>

containsAll

public boolean containsAll(java.util.Collection<?> arg0)
Specified by:
containsAll in interface java.util.Collection<Attachment>

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface java.util.Collection<Attachment>

remove

public boolean remove(java.lang.Object arg0)
Specified by:
remove in interface java.util.Collection<Attachment>

removeAll

public boolean removeAll(java.util.Collection<?> arg0)
Specified by:
removeAll in interface java.util.Collection<Attachment>

retainAll

public boolean retainAll(java.util.Collection<?> arg0)
Specified by:
retainAll in interface java.util.Collection<Attachment>

toArray

public java.lang.Object[] toArray()
Specified by:
toArray in interface java.util.Collection<Attachment>

toArray

public <T> T[] toArray(T[] arg0)
Specified by:
toArray in interface java.util.Collection<Attachment>

createDataHandlerMap

public java.util.Map<java.lang.String,javax.activation.DataHandler> createDataHandlerMap()

Apache CXF API

Apache CXF