| org.enhydra.util.chiba.ChibaConnectorFactory
ChibaConnectorFactory | public class ChibaConnectorFactory extends DefaultConnectorFactory (Code) | | |
Method Summary | |
public SubmissionHandler | createSubmissionHandler(String uri, Element element) Creates a new submission handler for the specified URI.
Parameters: uri - the relative or absolute URI string. Parameters: element - the element to start with XML Base resolution for relativeURIs. |
createSubmissionHandler | public SubmissionHandler createSubmissionHandler(String uri, Element element) throws XFormsException(Code) | | Creates a new submission handler for the specified URI.
Parameters: uri - the relative or absolute URI string. Parameters: element - the element to start with XML Base resolution for relativeURIs. a new submission handler for the specified URI. throws: XFormsException - if a relative URI could not be resolved, nosubmission handler is registered for the specified URI or any erroroccurred during submission handler creation. |
|
|