public abstract class AbstractEndpointRewriter extends Object implements EndpointRewriter
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractEndpointRewriter.Parameters |
| Constructor and Description |
|---|
AbstractEndpointRewriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
adjustProperties(Map<String,Object> properties,
String partnerLinkName) |
void |
extractProperties(ServiceContext serviceContext,
Map<String,Object> properties) |
protected Endpoint |
makeEndpoint(Endpoint original,
String serviceId,
Map<String,Object> properties) |
protected Endpoint |
makeNoAccessPermissionEndpoint(String userId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrewritepublic void extractProperties(ServiceContext serviceContext, Map<String,Object> properties)
extractProperties in interface EndpointRewriterpublic void adjustProperties(Map<String,Object> properties, String partnerLinkName)
adjustProperties in interface EndpointRewriterprotected Endpoint makeEndpoint(Endpoint original, String serviceId, Map<String,Object> properties)