public class AxisEchoEndpoint extends AxisTestEndpoint implements InOutEndpoint
Constructor and Description |
---|
AxisEchoEndpoint() |
Modifier and Type | Method and Description |
---|---|
void |
addEndpointErrorListener(EndpointErrorListener listener) |
protected InOutAxisOperation |
createOperation()
Create an operation appropriate for the message exchange pattern implemented
by the test endpoint.
|
protected void |
onTransportError(Throwable ex)
Process a transport error.
|
void |
removeEndpointErrorListener(EndpointErrorListener listener) |
protected InOutAxisOperation createOperation()
AxisTestEndpoint
MessageReceiver
set.createOperation
in class AxisTestEndpoint
protected void onTransportError(Throwable ex)
AxisTestEndpoint
onTransportError
in class AxisTestEndpoint
ex
- the exception describing the transport errorpublic void addEndpointErrorListener(EndpointErrorListener listener)
addEndpointErrorListener
in interface InOutEndpoint
public void removeEndpointErrorListener(EndpointErrorListener listener)
removeEndpointErrorListener
in interface InOutEndpoint
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.