org.jbpm.process.workitem.camel.uri
Class URIMapper
java.lang.Object
org.jbpm.process.workitem.camel.uri.URIMapper
- Direct Known Subclasses:
- CXFURIMapper, FileURIMapper, FTPURIMapper, GenericURIMapper, JMSURIMapper, S3URIMapper, SQLURIMapper, XSLTURIMapper
public abstract class URIMapper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
schema
protected String schema
URIMapper
public URIMapper(String schema)
toURI
public abstract URI toURI(Map<String,Object> params)
throws URISyntaxException
- Throws:
URISyntaxException
prepareCamelUri
protected URI prepareCamelUri(String path,
Map<String,Object> params)
throws URISyntaxException
- Throws:
URISyntaxException
prepareCamelUri
protected URI prepareCamelUri(String schema,
String path,
Map<String,Object> params)
throws URISyntaxException
- Throws:
URISyntaxException
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.