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, wait
rewrite
public void extractProperties(ServiceContext serviceContext, Map<String,Object> properties)
extractProperties
in interface EndpointRewriter
public void adjustProperties(Map<String,Object> properties, String partnerLinkName)
adjustProperties
in interface EndpointRewriter
protected Endpoint makeEndpoint(Endpoint original, String serviceId, Map<String,Object> properties)