public class ServiceDefinition extends Object
| Modifier and Type | Method and Description |
|---|---|
static ServiceDefinition |
create(String namespace,
String serviceName,
String portName,
String baseEndpoint,
String headerPrefix) |
String |
getBaseEndpoint() |
String |
getHeaderPrefix() |
String |
getNamespace() |
String |
getPortName() |
String |
getServiceName() |
String |
toString() |
public static ServiceDefinition create(@NotNull String namespace, @NotNull String serviceName, @NotNull String portName, @NotNull String baseEndpoint, @NotNull String headerPrefix)
@NotNull public String getNamespace()
@NotNull public String getServiceName()
@NotNull public String getPortName()
@NotNull public String getBaseEndpoint()
@NotNull public String getHeaderPrefix()
Copyright © 2015. All rights reserved.