Class ArrayDeferredAction

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

public class ArrayDeferredAction extends Object implements SchemaDeferredAction
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.cxf.binding.corba.wsdl.Anonarray
     
    protected org.apache.cxf.binding.corba.wsdl.Array
     
    protected org.apache.ws.commons.schema.XmlSchemaElement
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    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

    Modifier and Type
    Method
    Description
    void
    execute(org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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 Details

    • 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 Details

    • execute

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