com.sun.xml.ws.spi.db
Class RepeatedElementBridge.ArrayHandler
java.lang.Object
com.sun.xml.ws.spi.db.RepeatedElementBridge.ArrayHandler
- All Implemented Interfaces:
- RepeatedElementBridge.CollectionHandler
- Enclosing class:
- RepeatedElementBridge<T>
static class RepeatedElementBridge.ArrayHandler
- extends Object
- implements RepeatedElementBridge.CollectionHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
componentClass
Class componentClass
RepeatedElementBridge.ArrayHandler
public RepeatedElementBridge.ArrayHandler(Class component)
getSize
public int getSize(Object c)
- Specified by:
getSize
in interface RepeatedElementBridge.CollectionHandler
convert
public Object convert(List list)
- Specified by:
convert
in interface RepeatedElementBridge.CollectionHandler
iterator
public Iterator iterator(Object c)
- Specified by:
iterator
in interface RepeatedElementBridge.CollectionHandler
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.