bexee.model.xmltobpel
Class BpelCaseImplFactory

java.lang.Object
  extended byorg.apache.commons.digester.AbstractObjectCreationFactory
      extended bybexee.model.xmltobpel.AbstractObjectCreationFactory
          extended bybexee.model.xmltobpel.BpelCaseImplFactory
All Implemented Interfaces:
AttributeNames, org.apache.commons.digester.ObjectCreationFactory

public class BpelCaseImplFactory
extends AbstractObjectCreationFactory

This class is used by the Digester for the transformation of Switch Case elements from a BPEL document into BpelCaseImpl objects. The creation of those objects is delegated to the BPELElementFactory.

Version:
$Revision: 1.1 $, $Date: 2004/12/15 14:18:09 $
Author:
Patric Fornasier, Pawel Kowalski

Field Summary
 
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester
 
Fields inherited from interface bexee.model.AttributeNames
ABSTRACT_PROCESS, CONDITION, CREATE_INSTANCE, ELEMENT, ENABLE_INSTANCE_COMPESATION, ENDPOINT_REFERENCE, EXPRESSION, EXPRESSION_LANGUAGE, FAULT_NAME, INITIATE, INPUT_VARIABLE, JOIN_CONDITION, MESSAGE_TYPE, MY_ROLE, NAME, OPAQUE, OPERATION, OUTPUT_VARIABLE, PART, PARTNER_LINK, PARTNER_LINK_TYPE, PARTNER_ROLE, PATTERN, PORT_TYPE, PROPERTY, QUERY_LANGUAGE, SET, SUPPRESS_JOIN_FAILURE, TARGET_NAMESPACE, TYPE, VARIABLE, XMLNS
 
Constructor Summary
BpelCaseImplFactory()
           
 
Method Summary
 java.lang.Object createObject(org.xml.sax.Attributes attributes)
          Prepare BpelCase elemenmt values and delegate object creation to the BPELElementFactory.
 
Methods inherited from class bexee.model.xmltobpel.AbstractObjectCreationFactory
getElementFactory, getStandardAttributes
 
Methods inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
getDigester, setDigester
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BpelCaseImplFactory

public BpelCaseImplFactory()
Method Detail

createObject

public java.lang.Object createObject(org.xml.sax.Attributes attributes)
                              throws java.lang.Exception
Prepare BpelCase elemenmt values and delegate object creation to the BPELElementFactory.

Throws:
java.lang.Exception


Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.