Class ExceptionDeferredAction

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

public class ExceptionDeferredAction extends Object implements SchemaDeferredAction
  • Field Summary

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

    Constructors
    Constructor
    Description
    ExceptionDeferredAction(org.apache.cxf.binding.corba.wsdl.MemberType memberType)
     
    ExceptionDeferredAction(org.apache.cxf.binding.corba.wsdl.MemberType memberType, org.apache.ws.commons.schema.XmlSchemaElement elem)
     
    ExceptionDeferredAction(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

    • member

      protected org.apache.cxf.binding.corba.wsdl.MemberType member
    • element

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

    • ExceptionDeferredAction

      public ExceptionDeferredAction(org.apache.cxf.binding.corba.wsdl.MemberType memberType, org.apache.ws.commons.schema.XmlSchemaElement elem)
    • ExceptionDeferredAction

      public ExceptionDeferredAction(org.apache.cxf.binding.corba.wsdl.MemberType memberType)
    • ExceptionDeferredAction

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