Class AttributeDeferredAction

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

public class AttributeDeferredAction extends Object implements SchemaDeferredAction
  • Field Summary

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

    Constructors
    Constructor
    Description
    AttributeDeferredAction(org.apache.cxf.binding.corba.wsdl.ArgType arg)
     
    AttributeDeferredAction(org.apache.cxf.binding.corba.wsdl.ParamType paramType)
     
    AttributeDeferredAction(org.apache.cxf.binding.corba.wsdl.ParamType paramType, org.apache.cxf.binding.corba.wsdl.ArgType arg, org.apache.ws.commons.schema.XmlSchemaElement elem)
     
    AttributeDeferredAction(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

    • argType

      protected org.apache.cxf.binding.corba.wsdl.ArgType argType
    • param

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

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

    • AttributeDeferredAction

      public AttributeDeferredAction(org.apache.cxf.binding.corba.wsdl.ParamType paramType, org.apache.cxf.binding.corba.wsdl.ArgType arg, org.apache.ws.commons.schema.XmlSchemaElement elem)
    • AttributeDeferredAction

      public AttributeDeferredAction(org.apache.cxf.binding.corba.wsdl.ParamType paramType)
    • AttributeDeferredAction

      public AttributeDeferredAction(org.apache.cxf.binding.corba.wsdl.ArgType arg)
    • AttributeDeferredAction

      public AttributeDeferredAction(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