Class ParamDeferredAction

    • Field Detail

      • param

        protected org.apache.cxf.binding.corba.wsdl.ParamType param
      • element

        protected org.apache.ws.commons.schema.XmlSchemaElement element
      • schema

        protected org.apache.ws.commons.schema.XmlSchema schema
      • schemas

        protected org.apache.ws.commons.schema.XmlSchemaCollection schemas
      • typeScope

        protected Scope typeScope
    • Constructor Detail

      • ParamDeferredAction

        public ParamDeferredAction​(org.apache.cxf.binding.corba.wsdl.ParamType defParam,
                                   org.apache.ws.commons.schema.XmlSchemaElement elem)
      • ParamDeferredAction

        public ParamDeferredAction​(org.apache.cxf.binding.corba.wsdl.ParamType defParam)
      • ParamDeferredAction

        public ParamDeferredAction​(org.apache.ws.commons.schema.XmlSchemaElement elem)
      • ParamDeferredAction

        public ParamDeferredAction​(org.apache.ws.commons.schema.XmlSchemaElement elem,
                                   Scope ts,
                                   org.apache.ws.commons.schema.XmlSchema xmlSchema,
                                   org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas,
                                   WSDLSchemaManager man,
                                   ModuleToNSMapper map)
    • 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