public class ExceptionDeferredAction extends Object implements SchemaDeferredAction
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.ws.commons.schema.XmlSchemaElement |
element |
protected org.apache.cxf.binding.corba.wsdl.MemberType |
member |
| Constructor and Description |
|---|
ExceptionDeferredAction(org.apache.cxf.binding.corba.wsdl.MemberType memberType) |
ExceptionDeferredAction(org.apache.cxf.binding.corba.wsdl.MemberType memberType,
org.apache.ws.commons.schema.XmlSchemaElement elem) |
ExceptionDeferredAction(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.MemberType member
protected org.apache.ws.commons.schema.XmlSchemaElement element
public ExceptionDeferredAction(org.apache.cxf.binding.corba.wsdl.MemberType memberType,
org.apache.ws.commons.schema.XmlSchemaElement elem)
public ExceptionDeferredAction(org.apache.cxf.binding.corba.wsdl.MemberType memberType)
public ExceptionDeferredAction(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