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
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype)
-
-
-
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, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype)- Specified by:
executein interfaceSchemaDeferredAction
-
-