ca.intelliware.amakihi.fixture
Class EJBHttpProxyCommunicationHelper

java.lang.Object
  |
  +--ca.intelliware.amakihi.fixture.BaseHttpCommunicationHelper
        |
        +--ca.intelliware.amakihi.fixture.EJBHttpProxyCommunicationHelper
All Implemented Interfaces:
CommunicationHelper

public class EJBHttpProxyCommunicationHelper
extends BaseHttpCommunicationHelper


Constructor Summary
EJBHttpProxyCommunicationHelper()
           
 
Method Summary
protected  org.w3c.dom.Document createDocumentFromStream(java.net.URL url, java.io.InputStream inputStream, java.util.Hashtable variables)
           
protected  NameValuePair[] getHeaders(Script.ResourceDefinition resource, java.lang.String methodName, org.w3c.dom.Element input, java.util.Hashtable variables)
           
protected  java.lang.String getMethod(Script.ResourceDefinition resource, java.lang.String methodName, org.w3c.dom.Element input, java.util.Hashtable variables)
           
protected  NameValuePair[] getParameters(Script.ResourceDefinition resource, java.lang.String methodName, org.w3c.dom.Element input, java.util.Hashtable variables)
           
protected  java.lang.String getUrlAsString(Script.ResourceDefinition resource, java.lang.String methodName, org.w3c.dom.Element input, java.util.Hashtable variables)
           
 
Methods inherited from class ca.intelliware.amakihi.fixture.BaseHttpCommunicationHelper
createEncodedParameter, getQueryString, send
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBHttpProxyCommunicationHelper

public EJBHttpProxyCommunicationHelper()
Method Detail

createDocumentFromStream

protected org.w3c.dom.Document createDocumentFromStream(java.net.URL url,
                                                        java.io.InputStream inputStream,
                                                        java.util.Hashtable variables)
                                                 throws java.io.IOException,
                                                        org.xml.sax.SAXException
Overrides:
createDocumentFromStream in class BaseHttpCommunicationHelper

getUrlAsString

protected java.lang.String getUrlAsString(Script.ResourceDefinition resource,
                                          java.lang.String methodName,
                                          org.w3c.dom.Element input,
                                          java.util.Hashtable variables)
Overrides:
getUrlAsString in class BaseHttpCommunicationHelper
See Also:
BaseHttpCommunicationHelper#getUrlAsString(ResourceDefinition, String, Element, Hashtable)

getParameters

protected NameValuePair[] getParameters(Script.ResourceDefinition resource,
                                        java.lang.String methodName,
                                        org.w3c.dom.Element input,
                                        java.util.Hashtable variables)
                                 throws java.io.IOException
Overrides:
getParameters in class BaseHttpCommunicationHelper
See Also:
BaseHttpCommunicationHelper#getParameters(ResourceDefinition, String, Element, Hashtable)

getMethod

protected java.lang.String getMethod(Script.ResourceDefinition resource,
                                     java.lang.String methodName,
                                     org.w3c.dom.Element input,
                                     java.util.Hashtable variables)
Overrides:
getMethod in class BaseHttpCommunicationHelper
See Also:
BaseHttpCommunicationHelper#getMethod(ResourceDefinition, String, Element, Hashtable)

getHeaders

protected NameValuePair[] getHeaders(Script.ResourceDefinition resource,
                                     java.lang.String methodName,
                                     org.w3c.dom.Element input,
                                     java.util.Hashtable variables)
Overrides:
getHeaders in class BaseHttpCommunicationHelper
See Also:
BaseHttpCommunicationHelper#getHeaders(ResourceDefinition, String, Element, Hashtable)


Copyright 2002 Intelliware Development. All Rights Reserved.