Class JaxrsResponseRestFilter
java.lang.Object
org.apache.dubbo.rpc.protocol.tri.rest.support.jaxrs.JaxrsResponseRestFilter
- All Implemented Interfaces:
Comparable<org.apache.dubbo.common.lang.Prioritized>,org.apache.dubbo.common.lang.Prioritized,org.apache.dubbo.rpc.protocol.tri.rest.filter.RestExtension,org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter,org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter.Listener
@Activate(order=-10000,
onClass="javax.ws.rs.Path")
public class JaxrsResponseRestFilter
extends Object
implements org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter, org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter.Listener
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter
org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter.FilterChain, org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter.Listener -
Field Summary
Fields inherited from interface org.apache.dubbo.common.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonResponse(org.apache.dubbo.rpc.Result result, org.apache.dubbo.remoting.http12.HttpRequest request, org.apache.dubbo.remoting.http12.HttpResponse response) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.dubbo.common.lang.Prioritized
compareTo, getPriorityMethods inherited from interface org.apache.dubbo.rpc.protocol.tri.rest.filter.RestExtension
getPatternsMethods inherited from interface org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter
doFilterMethods inherited from interface org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter.Listener
onError
-
Constructor Details
-
JaxrsResponseRestFilter
public JaxrsResponseRestFilter()
-
-
Method Details
-
onResponse
public void onResponse(org.apache.dubbo.rpc.Result result, org.apache.dubbo.remoting.http12.HttpRequest request, org.apache.dubbo.remoting.http12.HttpResponse response) - Specified by:
onResponsein interfaceorg.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter.Listener
-