org.apache.cxf.tools.corba.processors.idl
Class AttributeDeferredAction

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

public class AttributeDeferredAction
extends java.lang.Object
implements SchemaDeferredAction


Field Summary
protected  org.apache.cxf.binding.corba.wsdl.ArgType argType
           
protected  org.apache.ws.commons.schema.XmlSchemaElement element
           
protected  org.apache.cxf.binding.corba.wsdl.ParamType param
           
 
Constructor Summary
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
 void execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

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 Detail

execute

public void execute(org.apache.ws.commons.schema.XmlSchemaType stype,
                    CorbaTypeImpl ctype)
Specified by:
execute in interface SchemaDeferredAction


Apache CXF