org.apache.cxf.tools.corba.processors.idl
Class AttributeDeferredAction
java.lang.Object
org.apache.cxf.tools.corba.processors.idl.AttributeDeferredAction
- All Implemented Interfaces:
- DeferredAction, SchemaDeferredAction
public class AttributeDeferredAction
- extends java.lang.Object
- implements SchemaDeferredAction
Field Summary |
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)
execute
public void execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype)
- Specified by:
execute
in interface SchemaDeferredAction
Apache CXF