Class ArrayDeferredAction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      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

      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)  
    • 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,
                            org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype)
        Specified by:
        execute in interface SchemaDeferredAction