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 java.lang.Object
implements SchemaDeferredAction


Field Summary
protected  org.apache.cxf.binding.corba.wsdl.Anonarray anonarray
           
protected  org.apache.cxf.binding.corba.wsdl.Array array
           
protected  org.apache.ws.commons.schema.XmlSchemaElement element
           
 
Constructor Summary
ArrayDeferredAction(org.apache.cxf.binding.corba.wsdl.Anonarray anonarrayType)
           
ArrayDeferredAction(org.apache.cxf.binding.corba.wsdl.Array arrayType)
           
ArrayDeferredAction(org.apache.cxf.binding.corba.wsdl.Array arrayType, org.apache.cxf.binding.corba.wsdl.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 org.apache.cxf.binding.corba.wsdl.Array array

anonarray

protected org.apache.cxf.binding.corba.wsdl.Anonarray anonarray

element

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

ArrayDeferredAction

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

ArrayDeferredAction

public ArrayDeferredAction(org.apache.cxf.binding.corba.wsdl.Array arrayType)

ArrayDeferredAction

public ArrayDeferredAction(org.apache.cxf.binding.corba.wsdl.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