protected class MDPWSService.MDPWSServiceMessageListener
extends org.ws4d.java.communication.listener.DefaultIncomingMessageListener
| Constructor and Description |
|---|
MDPWSServiceMessageListener(org.ws4d.java.security.CredentialInfo credInfo) |
| Modifier and Type | Method and Description |
|---|---|
org.ws4d.java.message.InvokeMessage |
callInvoke(org.ws4d.java.message.InvokeMessage invokeRequest,
org.ws4d.java.communication.ConnectionInfo protocolData,
org.ws4d.java.service.Operation operation,
org.ws4d.java.service.parameter.ParameterValue reqVal) |
MDPWSMessageContextMap |
getMessageContextMap(org.ws4d.java.message.InvokeMessage invokeRequest) |
org.ws4d.java.message.metadata.GetMetadataResponseMessage |
handle(org.ws4d.java.message.metadata.GetMetadataMessage getMetadata,
org.ws4d.java.communication.ConnectionInfo protocolData) |
org.ws4d.java.message.InvokeMessage |
handle(org.ws4d.java.message.InvokeMessage invokeRequest,
org.ws4d.java.communication.ConnectionInfo protocolData) |
public MDPWSServiceMessageListener(org.ws4d.java.security.CredentialInfo credInfo)
public org.ws4d.java.message.InvokeMessage handle(org.ws4d.java.message.InvokeMessage invokeRequest,
org.ws4d.java.communication.ConnectionInfo protocolData)
throws org.ws4d.java.message.SOAPException
handle in interface org.ws4d.java.communication.listener.IncomingMessageListenerorg.ws4d.java.message.SOAPExceptionpublic org.ws4d.java.message.InvokeMessage callInvoke(org.ws4d.java.message.InvokeMessage invokeRequest,
org.ws4d.java.communication.ConnectionInfo protocolData,
org.ws4d.java.service.Operation operation,
org.ws4d.java.service.parameter.ParameterValue reqVal)
throws org.ws4d.java.service.InvocationException,
org.ws4d.java.communication.CommunicationException
invokeRequest - protocolData - operation - reqVal - org.ws4d.java.service.InvocationExceptionorg.ws4d.java.communication.CommunicationExceptionpublic MDPWSMessageContextMap getMessageContextMap(org.ws4d.java.message.InvokeMessage invokeRequest)
invokeRequest - public org.ws4d.java.message.metadata.GetMetadataResponseMessage handle(org.ws4d.java.message.metadata.GetMetadataMessage getMetadata,
org.ws4d.java.communication.ConnectionInfo protocolData)
throws org.ws4d.java.message.SOAPException
handle in interface org.ws4d.java.communication.listener.IncomingMessageListenerorg.ws4d.java.message.SOAPException