public class SequenceDeferredAction extends Object implements SchemaDeferredAction
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.cxf.binding.corba.wsdl.Anonsequence |
anonSequence |
protected org.apache.ws.commons.schema.XmlSchemaElement |
element |
protected org.apache.ws.commons.schema.XmlSchema |
schema |
protected org.apache.ws.commons.schema.XmlSchemaCollection |
schemas |
protected org.apache.cxf.binding.corba.wsdl.Sequence |
sequence |
| Constructor and Description |
|---|
SequenceDeferredAction(org.apache.cxf.binding.corba.wsdl.Anonsequence anonSequenceType) |
SequenceDeferredAction(org.apache.cxf.binding.corba.wsdl.Sequence sequenceType) |
SequenceDeferredAction(org.apache.cxf.binding.corba.wsdl.Sequence sequenceType,
org.apache.cxf.binding.corba.wsdl.Anonsequence anonSequenceType,
org.apache.ws.commons.schema.XmlSchemaElement elem) |
SequenceDeferredAction(org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas,
org.apache.ws.commons.schema.XmlSchema xmlSchema) |
SequenceDeferredAction(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.Anonsequence anonSequence
protected org.apache.cxf.binding.corba.wsdl.Sequence sequence
protected org.apache.ws.commons.schema.XmlSchemaElement element
protected org.apache.ws.commons.schema.XmlSchema schema
protected org.apache.ws.commons.schema.XmlSchemaCollection schemas
public SequenceDeferredAction(org.apache.cxf.binding.corba.wsdl.Sequence sequenceType,
org.apache.cxf.binding.corba.wsdl.Anonsequence anonSequenceType,
org.apache.ws.commons.schema.XmlSchemaElement elem)
public SequenceDeferredAction(org.apache.cxf.binding.corba.wsdl.Anonsequence anonSequenceType)
public SequenceDeferredAction(org.apache.cxf.binding.corba.wsdl.Sequence sequenceType)
public SequenceDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem)
public SequenceDeferredAction(org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas,
org.apache.ws.commons.schema.XmlSchema xmlSchema)
public void execute(org.apache.ws.commons.schema.XmlSchemaType stype,
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype)
execute in interface SchemaDeferredActionApache CXF