com.sun.xml.ws.spi.db
Class RepeatedElementBridge.ArrayHandler

java.lang.Object
  extended by 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


Field Summary
(package private)  Class componentClass
           
 
Constructor Summary
RepeatedElementBridge.ArrayHandler(Class component)
           
 
Method Summary
 Object convert(List list)
           
 int getSize(Object c)
           
 Iterator iterator(Object c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentClass

Class componentClass
Constructor Detail

RepeatedElementBridge.ArrayHandler

public RepeatedElementBridge.ArrayHandler(Class component)
Method Detail

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.