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