public class JettyEchoEndpoint extends JettyEndpoint implements InOutEndpoint, MessageContextValidator
Constructor and Description |
---|
JettyEchoEndpoint() |
Modifier and Type | Method and Description |
---|---|
void |
addEndpointErrorListener(EndpointErrorListener listener) |
protected void |
handle(String pathParams,
org.mortbay.http.HttpRequest request,
org.mortbay.http.HttpResponse response) |
void |
removeEndpointErrorListener(EndpointErrorListener listener) |
void |
validate(MessageContext msgContext,
boolean isResponse) |
protected void handle(String pathParams, org.mortbay.http.HttpRequest request, org.mortbay.http.HttpResponse response) throws org.mortbay.http.HttpException, IOException
handle
in class JettyEndpoint
org.mortbay.http.HttpException
IOException
public void validate(MessageContext msgContext, boolean isResponse) throws Exception
validate
in interface MessageContextValidator
Exception
public 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.