public interface EndpointComponent
extends org.springframework.beans.factory.BeanNameAware
Modifier and Type | Method and Description |
---|---|
Endpoint |
createEndpoint(String endpointUri,
TestContext context)
Creates proper endpoint instance from endpoint uri.
|
String |
getName()
Gets the name of this endpoint component.
|
Map<String,String> |
getParameters(String endpointUri)
Construct endpoint name from endpoint uri.
|
void |
setName(String name)
Sets the endpoint component name.
|
Endpoint createEndpoint(String endpointUri, TestContext context)
endpointUri
- context
- String getName()
void setName(String name)
name
- Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.