public class DefaultStreamSource extends StreamSourceCommons implements LocalStreamSource
| Constructor and Description |
|---|
DefaultStreamSource(java.lang.String name,
org.ws4d.java.types.QName portType,
StreamConfiguration streamConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
fire(org.ws4d.java.service.parameter.ParameterValue paramValue,
int eventNumber) |
void |
fire(org.ws4d.java.service.parameter.ParameterValue paramValue,
int eventNumber,
boolean compress) |
protected void |
fireInternal(org.ws4d.java.service.parameter.ParameterValue paramValue,
int eventNumber) |
int |
getSubscriptionCount() |
getStreamConfiguration, getType, isNotification, setStreamConfigurationaddCustomComplexType, addFault, addInputParameter, addOutputParameter, clearCustomComplexTypes, createFaultValue, createFaultValue, createInputValue, createInputValue, createOutputValue, createOutputValue, equals, getCustomComplexTypes, getFault, getFaultAttribute, getFaultAttributes, getFaultCount, getFaults, getInput, getInputAction, getInputAttribute, getInputAttributes, getInputName, getInputParameter, getName, getNameQuallified, getOutput, getOutputAction, getOutputAttribute, getOutputAttributes, getOutputName, getOutputParameter, getPortType, getService, hasFaultAttributes, hashCode, hasInputAttributes, hasOutputAttributes, isInputActionSet, isInputNameSet, isOutputActionSet, isOutputNameSet, removeCustomComplexType, removeFault, setFaultAttribute, setFaultAttributes, setInput, setInputAction, setInputAttribute, setInputAttributes, setInputName, setInputNameInternal, setOutput, setOutputAction, setOutputAttribute, setOutputAttributes, setOutputName, setOutputNameInternal, setService, toStringpublic DefaultStreamSource(java.lang.String name,
org.ws4d.java.types.QName portType,
StreamConfiguration streamConfig)
public void fire(org.ws4d.java.service.parameter.ParameterValue paramValue,
int eventNumber)
fire in interface LocalStreamSourcepublic void fire(org.ws4d.java.service.parameter.ParameterValue paramValue,
int eventNumber,
boolean compress)
fire in interface LocalStreamSourceprotected void fireInternal(org.ws4d.java.service.parameter.ParameterValue paramValue,
int eventNumber)
paramValue - eventNumber - public int getSubscriptionCount()
getSubscriptionCount in interface LocalStreamSource