Class ArrayDeferredAction
java.lang.Object
org.apache.cxf.tools.corba.processors.idl.ArrayDeferredAction
- All Implemented Interfaces:
DeferredAction,SchemaDeferredAction
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionArrayDeferredAction(org.apache.cxf.binding.corba.wsdl.Anonarray anonarrayType) ArrayDeferredAction(org.apache.cxf.binding.corba.wsdl.Array arrayType) ArrayDeferredAction(org.apache.cxf.binding.corba.wsdl.Array arrayType, org.apache.cxf.binding.corba.wsdl.Anonarray anonArrayType, org.apache.ws.commons.schema.XmlSchemaElement elem) ArrayDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype)
-
Field Details
-
array
protected org.apache.cxf.binding.corba.wsdl.Array array -
anonarray
protected org.apache.cxf.binding.corba.wsdl.Anonarray anonarray -
element
protected org.apache.ws.commons.schema.XmlSchemaElement element
-
-
Constructor Details
-
ArrayDeferredAction
public ArrayDeferredAction(org.apache.cxf.binding.corba.wsdl.Array arrayType, org.apache.cxf.binding.corba.wsdl.Anonarray anonArrayType, org.apache.ws.commons.schema.XmlSchemaElement elem) -
ArrayDeferredAction
public ArrayDeferredAction(org.apache.cxf.binding.corba.wsdl.Array arrayType) -
ArrayDeferredAction
public ArrayDeferredAction(org.apache.cxf.binding.corba.wsdl.Anonarray anonarrayType) -
ArrayDeferredAction
public ArrayDeferredAction(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:
executein interfaceSchemaDeferredAction
-