public class HTTPBindingFactory extends java.lang.Object implements IPCommunicationBindingFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_SECURE_HTTP_BINDING_FACTORY_CLASS
Default HTTP Binding Factory Class
|
static java.lang.String |
DEFAULT_SECURE_HTTP_BINDING_FACTORY_PATH |
| Modifier | Constructor and Description |
|---|---|
protected |
HTTPBindingFactory()
should only be called by getInstance
|
| Modifier and Type | Method and Description |
|---|---|
CommunicationBinding |
createCommunicationBinding(java.lang.String comManId,
NetworkInterface iface,
IPAddress ipAddress,
int port,
java.lang.String path,
CredentialInfo credentialInfo) |
Binding |
createDiscoveryBindingForAddressAndPort(java.lang.String comManId,
NetworkInterface iface,
IPAddress ipAddress,
int fixedPort) |
static HTTPBindingFactory |
getInstance() |
public static final java.lang.String DEFAULT_SECURE_HTTP_BINDING_FACTORY_CLASS
public static final java.lang.String DEFAULT_SECURE_HTTP_BINDING_FACTORY_PATH
protected HTTPBindingFactory()
public static HTTPBindingFactory getInstance()
public CommunicationBinding createCommunicationBinding(java.lang.String comManId, NetworkInterface iface, IPAddress ipAddress, int port, java.lang.String path, CredentialInfo credentialInfo) throws WS4DIllegalStateException
createCommunicationBinding in interface IPCommunicationBindingFactoryWS4DIllegalStateExceptionpublic Binding createDiscoveryBindingForAddressAndPort(java.lang.String comManId, NetworkInterface iface, IPAddress ipAddress, int fixedPort)
createDiscoveryBindingForAddressAndPort in interface IPCommunicationBindingFactory