Class ParamDeferredAction
java.lang.Object
org.apache.cxf.tools.corba.processors.idl.ParamDeferredAction
- All Implemented Interfaces:
DeferredAction,SchemaDeferredAction
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.ws.commons.schema.XmlSchemaElementprotected WSDLSchemaManagerprotected ModuleToNSMapperprotected ParamTypeprotected org.apache.ws.commons.schema.XmlSchemaprotected org.apache.ws.commons.schema.XmlSchemaCollectionprotected Scope -
Constructor Summary
ConstructorsConstructorDescriptionParamDeferredAction(ParamType defParam) ParamDeferredAction(ParamType defParam, org.apache.ws.commons.schema.XmlSchemaElement elem) ParamDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem) ParamDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem, Scope ts, org.apache.ws.commons.schema.XmlSchema xmlSchema, org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas, WSDLSchemaManager man, ModuleToNSMapper map) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
-
Field Details
-
param
-
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 -
typeScope
-
manager
-
mapper
-
-
Constructor Details
-
ParamDeferredAction
-
ParamDeferredAction
-
ParamDeferredAction
public ParamDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem) -
ParamDeferredAction
public ParamDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem, Scope ts, org.apache.ws.commons.schema.XmlSchema xmlSchema, org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas, WSDLSchemaManager man, ModuleToNSMapper map)
-
-
Method Details
-
execute
- Specified by:
executein interfaceSchemaDeferredAction
-