public static class MDPWSClient.DefaultStreamHandler extends java.lang.Object implements IStreamFrameHandler
| Modifier and Type | Field and Description |
|---|---|
protected org.ws4d.java.types.QNameSet |
set |
| Constructor and Description |
|---|
DefaultStreamHandler() |
| 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) |
public void frameReceived(org.ws4d.java.service.parameter.ParameterValue content,
org.ws4d.java.message.InvokeMessage msg,
org.ws4d.java.communication.ConnectionInfo protocolData,
ProxyStreamSource streamSource)
frameReceived in interface IStreamFrameHandlerpublic org.ws4d.java.structures.Iterator getActionsFilter()
getActionsFilter in interface IStreamFrameHandlerpublic boolean containsActionFilter(org.ws4d.java.types.QName qn)
containsActionFilter in interface IStreamFrameHandlerpublic boolean filtersSpecificActions()
filtersSpecificActions in interface IStreamFrameHandlerpublic void addActionFilter(org.ws4d.java.types.QName qn)
throws org.ws4d.java.structures.UnsupportedOperationException
addActionFilter in interface IStreamFrameHandlerorg.ws4d.java.structures.UnsupportedOperationExceptionpublic boolean removeActionFilter(org.ws4d.java.types.QName qn)
throws org.ws4d.java.structures.UnsupportedOperationException
removeActionFilter in interface IStreamFrameHandlerorg.ws4d.java.structures.UnsupportedOperationException