Apache CXF API

org.apache.cxf.tools.corba.processors.idl
Class ParamDeferredAction

java.lang.Object
  extended by org.apache.cxf.tools.corba.processors.idl.ParamDeferredAction
All Implemented Interfaces:
DeferredAction, SchemaDeferredAction

public class ParamDeferredAction
extends Object
implements SchemaDeferredAction


Field Summary
protected  org.apache.ws.commons.schema.XmlSchemaElement element
           
protected  WSDLSchemaManager manager
           
protected  ModuleToNSMapper mapper
           
protected  ParamType param
           
protected  org.apache.ws.commons.schema.XmlSchema schema
           
protected  org.apache.ws.commons.schema.XmlSchemaCollection schemas
           
protected  Scope typeScope
           
 
Constructor Summary
ParamDeferredAction(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
 void execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

param

protected ParamType 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

protected Scope typeScope

manager

protected WSDLSchemaManager manager

mapper

protected ModuleToNSMapper mapper
Constructor Detail

ParamDeferredAction

public ParamDeferredAction(ParamType defParam,
                           org.apache.ws.commons.schema.XmlSchemaElement elem)

ParamDeferredAction

public ParamDeferredAction(ParamType defParam)

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 Detail

execute

public void execute(org.apache.ws.commons.schema.XmlSchemaType stype,
                    CorbaTypeImpl ctype)
Specified by:
execute in interface SchemaDeferredAction

Apache CXF API

Apache CXF