Class TypedefDeferredAction

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

public class TypedefDeferredAction extends Object implements SchemaDeferredAction
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.cxf.binding.corba.wsdl.Alias
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    TypedefDeferredAction(org.apache.cxf.binding.corba.wsdl.Alias aliasType)
     
  • 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

    • alias

      protected org.apache.cxf.binding.corba.wsdl.Alias alias
  • Constructor Details

    • TypedefDeferredAction

      public TypedefDeferredAction(org.apache.cxf.binding.corba.wsdl.Alias aliasType)
  • 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