public class OperationDeferredAction 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 |
| Constructor and Description |
|---|
OperationDeferredAction() |
OperationDeferredAction(org.apache.cxf.binding.corba.wsdl.ArgType arg) |
OperationDeferredAction(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.ws.commons.schema.XmlSchemaElement element
public OperationDeferredAction()
public OperationDeferredAction(org.apache.cxf.binding.corba.wsdl.ArgType arg)
public OperationDeferredAction(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