Class ExceptionDeferredAction
- java.lang.Object
-
- org.apache.cxf.tools.corba.processors.idl.ExceptionDeferredAction
-
- All Implemented Interfaces:
DeferredAction,SchemaDeferredAction
public class ExceptionDeferredAction extends Object implements SchemaDeferredAction
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.ws.commons.schema.XmlSchemaElementelementprotected MemberTypemember
-
Constructor Summary
Constructors Constructor Description ExceptionDeferredAction(MemberType memberType)ExceptionDeferredAction(MemberType memberType, org.apache.ws.commons.schema.XmlSchemaElement elem)ExceptionDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
-
-
-
Field Detail
-
member
protected MemberType member
-
element
protected org.apache.ws.commons.schema.XmlSchemaElement element
-
-
Constructor Detail
-
ExceptionDeferredAction
public ExceptionDeferredAction(MemberType memberType, org.apache.ws.commons.schema.XmlSchemaElement elem)
-
ExceptionDeferredAction
public ExceptionDeferredAction(MemberType memberType)
-
ExceptionDeferredAction
public ExceptionDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem)
-
-
Method Detail
-
execute
public void execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)- Specified by:
executein interfaceSchemaDeferredAction
-
-