Class StructDeferredAction
- java.lang.Object
-
- org.apache.cxf.tools.corba.processors.idl.StructDeferredAction
-
- All Implemented Interfaces:
DeferredAction,SchemaDeferredAction
public class StructDeferredAction extends Object implements SchemaDeferredAction
-
-
Constructor Summary
Constructors Constructor Description StructDeferredAction(org.apache.cxf.binding.corba.wsdl.MemberType memberType)StructDeferredAction(org.apache.cxf.binding.corba.wsdl.MemberType memberType, org.apache.ws.commons.schema.XmlSchemaElement elem)StructDeferredAction(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
-
StructDeferredAction
public StructDeferredAction(org.apache.cxf.binding.corba.wsdl.MemberType memberType, org.apache.ws.commons.schema.XmlSchemaElement elem)
-
StructDeferredAction
public StructDeferredAction(org.apache.cxf.binding.corba.wsdl.MemberType memberType)
-
StructDeferredAction
public StructDeferredAction(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
-
-