EAF 7.6 Implementation

org.enhydra.util.chiba
Class ChibaConnectorFactory

java.lang.Object
  extended by DefaultConnectorFactory
      extended by org.enhydra.util.chiba.ChibaConnectorFactory

public class ChibaConnectorFactory
extends DefaultConnectorFactory


Constructor Summary
ChibaConnectorFactory()
           
 
Method Summary
 SubmissionHandler createSubmissionHandler(java.lang.String uri, org.w3c.dom.Element element)
          Creates a new submission handler for the specified URI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChibaConnectorFactory

public ChibaConnectorFactory()
Method Detail

createSubmissionHandler

public SubmissionHandler createSubmissionHandler(java.lang.String uri,
                                                 org.w3c.dom.Element element)
                                          throws XFormsException
Creates a new submission handler for the specified URI.

Parameters:
uri - the relative or absolute URI string.
element - the element to start with XML Base resolution for relative URIs.
Returns:
a new submission handler for the specified URI.
Throws:
XFormsException - if a relative URI could not be resolved, no submission handler is registered for the specified URI or any error occurred during submission handler creation.

EAF 7.6 Implementation