public class UDDIKeyConvention extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_BINDING_KEY_FORMAT |
static String |
DEFAULT_BUSINESS_KEY_FORMAT |
static String |
DEFAULT_SERVICE_KEY_FORMAT |
static String |
DEFAULT_SUBSCRIPTION_KEY_FORMAT |
Constructor and Description |
---|
UDDIKeyConvention() |
Modifier and Type | Method and Description |
---|---|
static String |
getBindingKey(Properties properties,
QName serviceName,
String portName,
URI bindingUrl)
Constructs the bindingKey based on the bindingKeyFormat specified in the properties.
|
static String |
getBindingKey(Properties properties,
QName serviceName,
String portName,
URL bindingUrl) |
static String |
getBusinessKey(Properties properties)
Constructs the serviceKey based on the bindingKeyFormat specified in the properties.
|
static String |
getServiceKey(Properties properties,
String serviceName)
Constructs the serviceKey based on the serviceKeyFormat specified in the properties.
|
static String |
getSubscriptionKey(Properties properties) |
public static final String DEFAULT_BUSINESS_KEY_FORMAT
public static final String DEFAULT_SERVICE_KEY_FORMAT
public static final String DEFAULT_SUBSCRIPTION_KEY_FORMAT
public static final String DEFAULT_BINDING_KEY_FORMAT
public static String getBusinessKey(Properties properties)
properties
- public static String getSubscriptionKey(Properties properties)
public static String getServiceKey(Properties properties, String serviceName)
properties
- serviceName
- public static String getBindingKey(Properties properties, QName serviceName, String portName, URL bindingUrl)
public static String getBindingKey(Properties properties, QName serviceName, String portName, URI bindingUrl)
properties
- serviceName
- portName
- bindingUrl
- Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.