com.sun.xml.ws.spi.db
Interface RepeatedElementBridge.CollectionHandler

Enclosing class:
RepeatedElementBridge<T>

public static interface RepeatedElementBridge.CollectionHandler


Method Summary
 Object convert(List list)
           
 int getSize(Object c)
           
 Iterator iterator(Object c)
           
 

Method Detail

getSize

int getSize(Object c)

iterator

Iterator iterator(Object c)

convert

Object convert(List list)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.