You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Tijs Rademakers (JIRA)" <ji...@apache.org> on 2006/09/15 08:53:22 UTC

[jira] Created: (SYNAPSE-19) TransportListener extra method getEPRsForService must be implemented in AsyncHTTPListener

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: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


[jira] Resolved: (SYNAPSE-19) TransportListener extra method getEPRsForService must be implemented in AsyncHTTPListener

Posted by "Asankha C. Perera (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/SYNAPSE-19?page=all ]

Asankha C. Perera resolved SYNAPSE-19.
--------------------------------------

    Resolution: Fixed

resolved already

> 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: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org