Class SequenceDeferredAction
java.lang.Object
org.apache.cxf.tools.corba.processors.idl.SequenceDeferredAction
- All Implemented Interfaces:
DeferredAction,SchemaDeferredAction
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.cxf.binding.corba.wsdl.Anonsequenceprotected org.apache.ws.commons.schema.XmlSchemaElementprotected org.apache.ws.commons.schema.XmlSchemaprotected org.apache.ws.commons.schema.XmlSchemaCollectionprotected org.apache.cxf.binding.corba.wsdl.Sequence -
Constructor Summary
ConstructorsConstructorDescriptionSequenceDeferredAction(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) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype)
-
Field Details
-
anonSequence
protected org.apache.cxf.binding.corba.wsdl.Anonsequence anonSequence -
sequence
protected org.apache.cxf.binding.corba.wsdl.Sequence sequence -
element
protected org.apache.ws.commons.schema.XmlSchemaElement element -
schema
protected org.apache.ws.commons.schema.XmlSchema schema -
schemas
protected org.apache.ws.commons.schema.XmlSchemaCollection schemas
-
-
Constructor Details
-
SequenceDeferredAction
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) -
SequenceDeferredAction
public SequenceDeferredAction(org.apache.cxf.binding.corba.wsdl.Anonsequence anonSequenceType) -
SequenceDeferredAction
public SequenceDeferredAction(org.apache.cxf.binding.corba.wsdl.Sequence sequenceType) -
SequenceDeferredAction
public SequenceDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem) -
SequenceDeferredAction
public SequenceDeferredAction(org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas, org.apache.ws.commons.schema.XmlSchema xmlSchema)
-
-
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
-