Class UnionDeferredAction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.ws.commons.schema.XmlSchemaElement element  
      protected org.apache.cxf.binding.corba.wsdl.Union union  
      protected org.apache.cxf.binding.corba.wsdl.Unionbranch unionBranch  
    • Constructor Summary

      Constructors 
      Constructor Description
      UnionDeferredAction​(org.apache.cxf.binding.corba.wsdl.Union unionType)  
      UnionDeferredAction​(org.apache.cxf.binding.corba.wsdl.Unionbranch unionBranchType)  
      UnionDeferredAction​(org.apache.cxf.binding.corba.wsdl.Union unionType, org.apache.cxf.binding.corba.wsdl.Unionbranch unionBranchType, org.apache.ws.commons.schema.XmlSchemaElement elem)  
      UnionDeferredAction​(org.apache.ws.commons.schema.XmlSchemaElement elem)  
    • Field Detail

      • union

        protected org.apache.cxf.binding.corba.wsdl.Union union
      • unionBranch

        protected org.apache.cxf.binding.corba.wsdl.Unionbranch unionBranch
      • element

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

      • UnionDeferredAction

        public UnionDeferredAction​(org.apache.cxf.binding.corba.wsdl.Union unionType,
                                   org.apache.cxf.binding.corba.wsdl.Unionbranch unionBranchType,
                                   org.apache.ws.commons.schema.XmlSchemaElement elem)
      • UnionDeferredAction

        public UnionDeferredAction​(org.apache.cxf.binding.corba.wsdl.Union unionType)
      • UnionDeferredAction

        public UnionDeferredAction​(org.apache.cxf.binding.corba.wsdl.Unionbranch unionBranchType)
      • UnionDeferredAction

        public UnionDeferredAction​(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