public class AttributeDeferredAction extends Object implements SchemaDeferredAction
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.cxf.binding.corba.wsdl.ArgType |
argType |
protected org.apache.ws.commons.schema.XmlSchemaElement |
element |
protected org.apache.cxf.binding.corba.wsdl.ParamType |
param |
| Constructor and Description |
|---|
AttributeDeferredAction(org.apache.cxf.binding.corba.wsdl.ArgType arg) |
AttributeDeferredAction(org.apache.cxf.binding.corba.wsdl.ParamType paramType) |
AttributeDeferredAction(org.apache.cxf.binding.corba.wsdl.ParamType paramType,
org.apache.cxf.binding.corba.wsdl.ArgType arg,
org.apache.ws.commons.schema.XmlSchemaElement elem) |
AttributeDeferredAction(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.ArgType argType
protected org.apache.cxf.binding.corba.wsdl.ParamType param
protected org.apache.ws.commons.schema.XmlSchemaElement element
public AttributeDeferredAction(org.apache.cxf.binding.corba.wsdl.ParamType paramType,
org.apache.cxf.binding.corba.wsdl.ArgType arg,
org.apache.ws.commons.schema.XmlSchemaElement elem)
public AttributeDeferredAction(org.apache.cxf.binding.corba.wsdl.ParamType paramType)
public AttributeDeferredAction(org.apache.cxf.binding.corba.wsdl.ArgType arg)
public AttributeDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem)
public void execute(org.apache.ws.commons.schema.XmlSchemaType stype,
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype)
execute in interface SchemaDeferredActionApache CXF