TransportListener extra method getEPRsForService must be implemented in 
AsyncHTTPListener
-----------------------------------------------------------------------------------------

                 Key: SYNAPSE-19
                 URL: http://issues.apache.org/jira/browse/SYNAPSE-19
             Project: Synapse
          Issue Type: Bug
          Components: Core
    Affects Versions: Incubating-M2
         Environment: N/A
            Reporter: Tijs Rademakers


This bug could be solved like this:

public EndpointReference[] getEPRsForService(String serviceName, String ip) 
throws AxisFault {
    EndpointReference[] endpointReferences = new EndpointReference[1];
    endpointReferences[0] = new EndpointReference("http://"; + hostAddress + ":" 
+ port + serviceContextPath + "/" + serviceName); 
    return endpointReferences;
}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to