public class ParamDeferredAction extends Object implements SchemaDeferredAction
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.ws.commons.schema.XmlSchemaElement |
element |
protected WSDLSchemaManager |
manager |
protected ModuleToNSMapper |
mapper |
protected org.apache.cxf.binding.corba.wsdl.ParamType |
param |
protected org.apache.ws.commons.schema.XmlSchema |
schema |
protected org.apache.ws.commons.schema.XmlSchemaCollection |
schemas |
protected Scope |
typeScope |
| Constructor and Description |
|---|
ParamDeferredAction(org.apache.cxf.binding.corba.wsdl.ParamType defParam) |
ParamDeferredAction(org.apache.cxf.binding.corba.wsdl.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) |
| 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.ParamType param
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 Scope typeScope
protected WSDLSchemaManager manager
protected ModuleToNSMapper mapper
public ParamDeferredAction(org.apache.cxf.binding.corba.wsdl.ParamType defParam,
org.apache.ws.commons.schema.XmlSchemaElement elem)
public ParamDeferredAction(org.apache.cxf.binding.corba.wsdl.ParamType defParam)
public ParamDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem)
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)
public void execute(org.apache.ws.commons.schema.XmlSchemaType stype,
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype)
execute in interface SchemaDeferredActionApache CXF