public interface IStreamFrameHandler
| Modifier and Type | Method and Description |
|---|---|
void |
addActionFilter(org.ws4d.java.types.QName qn) |
boolean |
containsActionFilter(org.ws4d.java.types.QName qn) |
boolean |
filtersSpecificActions() |
void |
frameReceived(org.ws4d.java.service.parameter.ParameterValue content,
org.ws4d.java.message.InvokeMessage msg,
org.ws4d.java.communication.ConnectionInfo protocolData,
ProxyStreamSource streamSource) |
org.ws4d.java.structures.Iterator |
getActionsFilter() |
boolean |
removeActionFilter(org.ws4d.java.types.QName qn) |
org.ws4d.java.structures.Iterator getActionsFilter()
boolean filtersSpecificActions()
void addActionFilter(org.ws4d.java.types.QName qn)
throws org.ws4d.java.structures.UnsupportedOperationException
org.ws4d.java.structures.UnsupportedOperationExceptionboolean removeActionFilter(org.ws4d.java.types.QName qn)
throws org.ws4d.java.structures.UnsupportedOperationException
org.ws4d.java.structures.UnsupportedOperationExceptionboolean containsActionFilter(org.ws4d.java.types.QName qn)
void frameReceived(org.ws4d.java.service.parameter.ParameterValue content,
org.ws4d.java.message.InvokeMessage msg,
org.ws4d.java.communication.ConnectionInfo protocolData,
ProxyStreamSource streamSource)