org.apache.cxf.tools.corba.processors.idl
Class StructDeferredAction
java.lang.Object
org.apache.cxf.tools.corba.processors.idl.StructDeferredAction
- All Implemented Interfaces:
- DeferredAction, SchemaDeferredAction
public class StructDeferredAction
- extends java.lang.Object
- implements SchemaDeferredAction
Field Summary |
protected org.apache.ws.commons.schema.XmlSchemaElement |
element
|
protected org.apache.cxf.binding.corba.wsdl.MemberType |
member
|
Constructor Summary |
StructDeferredAction(org.apache.cxf.binding.corba.wsdl.MemberType memberType)
|
StructDeferredAction(org.apache.cxf.binding.corba.wsdl.MemberType memberType,
org.apache.ws.commons.schema.XmlSchemaElement elem)
|
StructDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
member
protected org.apache.cxf.binding.corba.wsdl.MemberType member
element
protected org.apache.ws.commons.schema.XmlSchemaElement element
StructDeferredAction
public StructDeferredAction(org.apache.cxf.binding.corba.wsdl.MemberType memberType,
org.apache.ws.commons.schema.XmlSchemaElement elem)
StructDeferredAction
public StructDeferredAction(org.apache.cxf.binding.corba.wsdl.MemberType memberType)
StructDeferredAction
public StructDeferredAction(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