Interface InOutEndpoint
-
- All Known Implementing Classes:
AxisEchoEndpoint
,JettyEchoEndpoint
public interface InOutEndpoint
Interface implemented by in-out test endpoints.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addEndpointErrorListener(EndpointErrorListener listener)
void
removeEndpointErrorListener(EndpointErrorListener listener)
-
-
-
Method Detail
-
addEndpointErrorListener
void addEndpointErrorListener(EndpointErrorListener listener)
-
removeEndpointErrorListener
void removeEndpointErrorListener(EndpointErrorListener listener)
-
-