org.eclipse.ohf.ihe.atna.transport
Interface ConnectionHandler


public interface ConnectionHandler


Method Summary
 void handleSoapMessage(javax.xml.soap.SOAPMessage soapPMessage)
           
 void handleUrlConnection(java.net.URLConnection urlConnection)
          handles the URLConnection object
 

Method Detail

handleUrlConnection

void handleUrlConnection(java.net.URLConnection urlConnection)
handles the URLConnection object

Parameters:
urlConnection -

handleSoapMessage

void handleSoapMessage(javax.xml.soap.SOAPMessage soapPMessage)
                       throws javax.xml.soap.SOAPException
Parameters:
url -
Throws:
javax.xml.soap.SOAPException