public class WsseSecurityHeaderBuilder extends Object implements HeaderBuilder
WSDL Invoker.| Modifier and Type | Field and Description |
|---|---|
static String |
WSDL_SECURITY_NAMESPACE |
static String |
WSDL_SECURITY_UTILITY_NAMESPACE |
| Constructor and Description |
|---|
WsseSecurityHeaderBuilder(String username,
String password)
Constructs a
WSSE Security Header Builder to use with the SoapClient. |
public static final String WSDL_SECURITY_UTILITY_NAMESPACE
public static final String WSDL_SECURITY_NAMESPACE
public WsseSecurityHeaderBuilder(@NotNull
String username,
@NotNull
String password)
WSSE Security Header Builder to use with the SoapClient.username - The user name. Cannot be null or empty.password - The password. Cannot be null or empty.public void build(@NotNull
SOAPHeader header,
@NotNull
ServiceDefinition soapClient)
throws SoapHeaderException
build in interface HeaderBuilderSoapHeaderExceptionCopyright © 2015. All rights reserved.