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

All Known Implementing Classes:
RepeatedElementBridge.ArrayHandler, RepeatedElementBridge.BaseCollectionHandler
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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.