public abstract class BICEPSOperation
extends com.draeger.medical.mdpws.domainmodel.MDPWSOperation
| Modifier and Type | Field and Description |
|---|---|
static double |
nanoToMilli |
| Constructor and Description |
|---|
BICEPSOperation(java.lang.String name,
org.ws4d.java.types.QName portType,
MedicalDeviceInformationBase medicalDeviceInformationBase) |
| Modifier and Type | Method and Description |
|---|---|
protected org.ws4d.java.service.parameter.ParameterValue |
createFailedResponse(AbstractSetResponse modelResponse,
int transactionID) |
protected <M> M |
createFinalResponseObject(java.util.concurrent.locks.ReadWriteLock lock,
M modelResponse) |
protected java.util.List<java.lang.String> |
getHandles(org.ws4d.java.service.parameter.ParameterValue inputValue) |
protected <T> T |
getInputValue(org.ws4d.java.service.parameter.ParameterValue payload) |
protected MedicalDeviceInformationBase |
getMedicalDeviceInformationBase() |
protected org.ws4d.java.service.parameter.ParameterValue |
getResultParameterValue(java.lang.Object response) |
protected void |
handleException(java.lang.Exception e) |
protected abstract org.ws4d.java.service.parameter.ParameterValue |
handleInvoke(org.ws4d.java.service.parameter.ParameterValue ParameterValue,
com.draeger.medical.mdpws.message.MDPWSMessageContextMap msgContextMap,
com.draeger.medical.mdpws.message.MDPWSMessageContextMap replyMessageCtxtMap) |
org.ws4d.java.service.parameter.ParameterValue |
invoke(org.ws4d.java.service.parameter.ParameterValue ParameterValue,
com.draeger.medical.mdpws.message.MDPWSMessageContextMap msgContextMap,
com.draeger.medical.mdpws.message.MDPWSMessageContextMap replyMessageCtxtMap) |
org.ws4d.java.service.parameter.ParameterValue |
invokeImpl(org.ws4d.java.service.parameter.ParameterValue ParameterValue,
org.ws4d.java.security.CredentialInfo credInfo) |
addQoSPolicy, createWSDLOperation, getQoSTokenListgetType, invoke, invoke, isOneWay, isRequestResponseaddCustomComplexType, 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, toStringgetAttribute, getAttributes, hasAttributes, serializeAttributes, setAttribute, setAttribute, setAttributespublic BICEPSOperation(java.lang.String name,
org.ws4d.java.types.QName portType,
MedicalDeviceInformationBase medicalDeviceInformationBase)
protected MedicalDeviceInformationBase getMedicalDeviceInformationBase()
protected java.util.List<java.lang.String> getHandles(org.ws4d.java.service.parameter.ParameterValue inputValue)
protected org.ws4d.java.service.parameter.ParameterValue getResultParameterValue(java.lang.Object response)
throws java.lang.Exception
java.lang.Exceptionprotected <T> T getInputValue(org.ws4d.java.service.parameter.ParameterValue payload)
throws java.lang.Exception
java.lang.Exceptionprotected <M> M createFinalResponseObject(java.util.concurrent.locks.ReadWriteLock lock,
M modelResponse)
protected void handleException(java.lang.Exception e)
throws org.ws4d.java.service.InvocationException
org.ws4d.java.service.InvocationExceptionprotected org.ws4d.java.service.parameter.ParameterValue createFailedResponse(AbstractSetResponse modelResponse, int transactionID) throws java.lang.Exception
java.lang.Exceptionpublic org.ws4d.java.service.parameter.ParameterValue invokeImpl(org.ws4d.java.service.parameter.ParameterValue ParameterValue,
org.ws4d.java.security.CredentialInfo credInfo)
throws org.ws4d.java.service.InvocationException,
org.ws4d.java.communication.CommunicationException
invokeImpl in class org.ws4d.java.service.Operationorg.ws4d.java.service.InvocationExceptionorg.ws4d.java.communication.CommunicationExceptionpublic org.ws4d.java.service.parameter.ParameterValue invoke(org.ws4d.java.service.parameter.ParameterValue ParameterValue,
com.draeger.medical.mdpws.message.MDPWSMessageContextMap msgContextMap,
com.draeger.medical.mdpws.message.MDPWSMessageContextMap replyMessageCtxtMap)
throws org.ws4d.java.service.InvocationException,
org.ws4d.java.communication.CommunicationException
invoke in class com.draeger.medical.mdpws.domainmodel.MDPWSOperationorg.ws4d.java.service.InvocationExceptionorg.ws4d.java.communication.CommunicationExceptionprotected abstract org.ws4d.java.service.parameter.ParameterValue handleInvoke(org.ws4d.java.service.parameter.ParameterValue ParameterValue,
com.draeger.medical.mdpws.message.MDPWSMessageContextMap msgContextMap,
com.draeger.medical.mdpws.message.MDPWSMessageContextMap replyMessageCtxtMap)
throws org.ws4d.java.service.InvocationException,
org.ws4d.java.communication.CommunicationException
org.ws4d.java.service.InvocationExceptionorg.ws4d.java.communication.CommunicationException