public class ServiceDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFINITION_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
static ServiceDefinition |
create(String definition,
String baseEndpoint,
String headerPrefix) |
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 final int DEFINITION_LENGTH
public static ServiceDefinition create(@NotNull String namespace, @NotNull String serviceName, @NotNull String portName, @NotNull String baseEndpoint, @NotNull String headerPrefix)
public static ServiceDefinition create(@NotNull String definition, @NotNull String baseEndpoint, @NotNull String headerPrefix) throws SoapCallException
SoapCallException@NotNull public String getNamespace()
@NotNull public String getServiceName()
@NotNull public String getPortName()
@NotNull public String getBaseEndpoint()
@NotNull public String getHeaderPrefix()
Copyright © 2016. All rights reserved.