public class ArrayDeferredAction extends Object implements SchemaDeferredAction
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.cxf.binding.corba.wsdl.Anonarray |
anonarray |
protected org.apache.cxf.binding.corba.wsdl.Array |
array |
protected org.apache.ws.commons.schema.XmlSchemaElement |
element |
| Constructor and Description |
|---|
ArrayDeferredAction(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) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.apache.ws.commons.schema.XmlSchemaType stype,
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype) |
protected org.apache.cxf.binding.corba.wsdl.Array array
protected org.apache.cxf.binding.corba.wsdl.Anonarray anonarray
protected org.apache.ws.commons.schema.XmlSchemaElement element
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)
public ArrayDeferredAction(org.apache.cxf.binding.corba.wsdl.Array arrayType)
public ArrayDeferredAction(org.apache.cxf.binding.corba.wsdl.Anonarray anonarrayType)
public ArrayDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem)
public void execute(org.apache.ws.commons.schema.XmlSchemaType stype,
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype)
execute in interface SchemaDeferredActionApache CXF