public class EndpointMapping
extends java.lang.Object
| Constructor and Description |
|---|
EndpointMapping(java.lang.String path)
Creates a new
EndpointMapping using the given path. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
createSubPath(java.lang.String path) |
java.lang.String |
getPath()
Returns the path to which endpoints should be mapped.
|