public class SOAPoverUDPDatagramHandlerAdapter
extends org.ws4d.java.communication.receiver.IncomingUDPReceiver
| Constructor and Description |
|---|
SOAPoverUDPDatagramHandlerAdapter(boolean isMulticastSocket) |
| Modifier and Type | Method and Description |
|---|---|
org.ws4d.java.service.OperationDescription |
getOperation(java.lang.String action) |
void |
receive(org.ws4d.java.message.discovery.ByeMessage bye,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.FaultMessage fault,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.metadata.GetMessage get,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.metadata.GetMetadataMessage getMetadata,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.metadata.GetMetadataResponseMessage getMetadataResponse,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.metadata.GetResponseMessage getResponse,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.eventing.GetStatusMessage getStatus,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.eventing.GetStatusResponseMessage getStatusResponse,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.discovery.HelloMessage hello,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.InvokeMessage invoke,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.discovery.ProbeMatchesMessage probeMatches,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.discovery.ProbeMessage probe,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.eventing.RenewMessage renew,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.eventing.RenewResponseMessage renewResponse,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.discovery.ResolveMatchesMessage resolveMatches,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.discovery.ResolveMessage resolve,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.eventing.SubscribeMessage subscribe,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.eventing.SubscribeResponseMessage subscribeResponse,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.eventing.SubscriptionEndMessage subscriptionEnd,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.eventing.UnsubscribeMessage unsubscribe,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receive(org.ws4d.java.message.eventing.UnsubscribeResponseMessage unsubscribeResponse,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
receiveFailed(java.lang.Exception e,
org.ws4d.java.communication.ConnectionInfo protocolData) |
void |
sendFailed(java.lang.Exception e,
org.ws4d.java.communication.ConnectionInfo protocolData) |
clear, getDiscarder, getEventSource, getRequestMessageType, handle, isEmpty, receiveFailed, receiveNoContent, register, registerByeListener, registerHelloListener, registerProbeResolveListener, respond, unregister, unregisterByeListener, unregisterHelloListener, unregisterProbeResolveListenerpublic SOAPoverUDPDatagramHandlerAdapter(boolean isMulticastSocket)
public void receive(org.ws4d.java.message.discovery.HelloMessage hello,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.discovery.ByeMessage bye,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.discovery.ProbeMessage probe,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.discovery.ProbeMatchesMessage probeMatches,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.discovery.ResolveMessage resolve,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.discovery.ResolveMatchesMessage resolveMatches,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.metadata.GetMessage get,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.metadata.GetResponseMessage getResponse,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.metadata.GetMetadataMessage getMetadata,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.metadata.GetMetadataResponseMessage getMetadataResponse,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.eventing.SubscribeMessage subscribe,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.eventing.SubscribeResponseMessage subscribeResponse,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.eventing.GetStatusMessage getStatus,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.eventing.GetStatusResponseMessage getStatusResponse,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.eventing.RenewMessage renew,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.eventing.RenewResponseMessage renewResponse,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.eventing.UnsubscribeMessage unsubscribe,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.eventing.UnsubscribeResponseMessage unsubscribeResponse,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.eventing.SubscriptionEndMessage subscriptionEnd,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.InvokeMessage invoke,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receive(org.ws4d.java.message.FaultMessage fault,
org.ws4d.java.communication.ConnectionInfo protocolData)
receive in interface org.ws4d.java.communication.receiver.MessageReceiverreceive in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void receiveFailed(java.lang.Exception e,
org.ws4d.java.communication.ConnectionInfo protocolData)
receiveFailed in interface org.ws4d.java.communication.receiver.MessageReceiverreceiveFailed in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic void sendFailed(java.lang.Exception e,
org.ws4d.java.communication.ConnectionInfo protocolData)
sendFailed in interface org.ws4d.java.communication.receiver.MessageReceiversendFailed in class org.ws4d.java.communication.receiver.IncomingUDPReceiverpublic org.ws4d.java.service.OperationDescription getOperation(java.lang.String action)
getOperation in interface org.ws4d.java.communication.receiver.MessageReceivergetOperation in class org.ws4d.java.communication.receiver.IncomingUDPReceiver