public class SOAPoverUDPStreamBinding extends java.lang.Object implements StreamBinding
| Modifier and Type | Field and Description |
|---|---|
protected org.ws4d.java.structures.DataStructure |
appliesTo |
STREAM_BINDING| Constructor and Description |
|---|
SOAPoverUDPStreamBinding() |
SOAPoverUDPStreamBinding(int port) |
SOAPoverUDPStreamBinding(org.ws4d.java.communication.connection.ip.NetworkInterface iFace,
int port) |
SOAPoverUDPStreamBinding(java.lang.String interfaceName) |
SOAPoverUDPStreamBinding(java.lang.String iFace,
int port) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addAllStreamnames(org.ws4d.java.types.QNameSet streamnames) |
void |
addBindingListener(org.ws4d.java.service.listener.BindingListener listener) |
boolean |
addStreamname(org.ws4d.java.types.QName streamname) |
void |
clearStreamnames() |
boolean |
containsStreamname(org.ws4d.java.types.QName streamname) |
org.ws4d.java.communication.structures.CommunicationBinding |
duplicate(java.lang.String path) |
java.lang.String |
getCommunicationManagerId() |
org.ws4d.java.security.CredentialInfo |
getCredentialInfo() |
java.lang.Object |
getHostAddress() |
org.ws4d.java.communication.connection.ip.NetworkInterface |
getInterface() |
java.lang.Integer |
getKey() |
int |
getPort() |
int |
getRoutingScheme() |
org.ws4d.java.types.URI |
getTransportAddress() |
int |
getType() |
boolean |
isListenerBinding() |
boolean |
isSecure() |
boolean |
isUsable() |
void |
removeBindingListener(org.ws4d.java.service.listener.BindingListener listener) |
boolean |
removeStreamname(org.ws4d.java.types.QName streamname) |
void |
setCredentialInfo(org.ws4d.java.security.CredentialInfo credentialInfo) |
void |
setTransportAddress(org.ws4d.java.types.URI transportAddress) |
org.ws4d.java.structures.Iterator |
streamnamesIterator() |
java.lang.String |
toString() |
public SOAPoverUDPStreamBinding(int port)
public SOAPoverUDPStreamBinding(org.ws4d.java.communication.connection.ip.NetworkInterface iFace,
int port)
public SOAPoverUDPStreamBinding(java.lang.String iFace,
int port)
public SOAPoverUDPStreamBinding(java.lang.String interfaceName)
public SOAPoverUDPStreamBinding()
public int getPort()
public int getType()
public boolean addStreamname(org.ws4d.java.types.QName streamname)
public boolean addAllStreamnames(org.ws4d.java.types.QNameSet streamnames)
public void clearStreamnames()
public boolean containsStreamname(org.ws4d.java.types.QName streamname)
public boolean removeStreamname(org.ws4d.java.types.QName streamname)
public org.ws4d.java.structures.Iterator streamnamesIterator()
public int getRoutingScheme()
getRoutingScheme in interface StreamBindingpublic java.lang.String getCommunicationManagerId()
getCommunicationManagerId in interface org.ws4d.java.communication.structures.Bindingpublic org.ws4d.java.types.URI getTransportAddress()
getTransportAddress in interface org.ws4d.java.communication.structures.CommunicationBindingpublic void setTransportAddress(org.ws4d.java.types.URI transportAddress)
public boolean isListenerBinding()
public org.ws4d.java.communication.connection.ip.NetworkInterface getInterface()
public java.lang.String toString()
toString in class java.lang.Objectpublic org.ws4d.java.communication.structures.CommunicationBinding duplicate(java.lang.String path)
duplicate in interface org.ws4d.java.communication.structures.CommunicationBindingpublic boolean isSecure()
isSecure in interface org.ws4d.java.communication.structures.CommunicationBindingpublic org.ws4d.java.security.CredentialInfo getCredentialInfo()
getCredentialInfo in interface org.ws4d.java.communication.structures.Bindingpublic void setCredentialInfo(org.ws4d.java.security.CredentialInfo credentialInfo)
setCredentialInfo in interface org.ws4d.java.communication.structures.Bindingpublic void addBindingListener(org.ws4d.java.service.listener.BindingListener listener)
addBindingListener in interface org.ws4d.java.communication.structures.Bindingpublic void removeBindingListener(org.ws4d.java.service.listener.BindingListener listener)
removeBindingListener in interface org.ws4d.java.communication.structures.Bindingpublic boolean isUsable()
isUsable in interface org.ws4d.java.communication.structures.Bindingpublic java.lang.Integer getKey()
getKey in interface org.ws4d.java.communication.structures.Bindingpublic java.lang.Object getHostAddress()
getHostAddress in interface org.ws4d.java.communication.structures.Binding