Apache CXF API

org.apache.cxf.tools.corba.processors.idl
Class ArrayDeferredAction

java.lang.Object
  extended by org.apache.cxf.tools.corba.processors.idl.ArrayDeferredAction
All Implemented Interfaces:
DeferredAction, SchemaDeferredAction

public class ArrayDeferredAction
extends Object
implements SchemaDeferredAction


Field Summary
protected  Anonarray anonarray
           
protected  Array array
           
protected  org.apache.ws.commons.schema.XmlSchemaElement element
           
 
Constructor Summary
ArrayDeferredAction(Anonarray anonarrayType)
           
ArrayDeferredAction(Array arrayType)
           
ArrayDeferredAction(Array arrayType, Anonarray anonArrayType, org.apache.ws.commons.schema.XmlSchemaElement elem)
           
ArrayDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem)
           
 
Method Summary
 void execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

array

protected Array array

anonarray

protected Anonarray anonarray

element

protected org.apache.ws.commons.schema.XmlSchemaElement element
Constructor Detail

ArrayDeferredAction

public ArrayDeferredAction(Array arrayType,
                           Anonarray anonArrayType,
                           org.apache.ws.commons.schema.XmlSchemaElement elem)

ArrayDeferredAction

public ArrayDeferredAction(Array arrayType)

ArrayDeferredAction

public ArrayDeferredAction(Anonarray anonarrayType)

ArrayDeferredAction

public ArrayDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem)
Method Detail

execute

public void execute(org.apache.ws.commons.schema.XmlSchemaType stype,
                    CorbaTypeImpl ctype)
Specified by:
execute in interface SchemaDeferredAction

Apache CXF API

Apache CXF