Class AttributeDeferredAction
java.lang.Object
org.apache.cxf.tools.corba.processors.idl.AttributeDeferredAction
- All Implemented Interfaces:
DeferredAction,SchemaDeferredAction
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAttributeDeferredAction(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) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype)
-
Field Details
-
argType
protected org.apache.cxf.binding.corba.wsdl.ArgType argType -
param
protected org.apache.cxf.binding.corba.wsdl.ParamType param -
element
protected org.apache.ws.commons.schema.XmlSchemaElement element
-
-
Constructor Details
-
AttributeDeferredAction
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) -
AttributeDeferredAction
public AttributeDeferredAction(org.apache.cxf.binding.corba.wsdl.ParamType paramType) -
AttributeDeferredAction
public AttributeDeferredAction(org.apache.cxf.binding.corba.wsdl.ArgType arg) -
AttributeDeferredAction
public AttributeDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem)
-
-
Method Details
-
execute
public void execute(org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype) - Specified by:
executein interfaceSchemaDeferredAction
-