Author: dandiep
Date: Tue Jan 2 22:03:06 2007
New Revision: 492055
URL: http://svn.apache.org/viewvc?view=rev&rev=492055
Log:
Set StaxOutInterceptor phase back to PRE_STREAM. Not sure why I changed it
before, but it wasn't a good thing to do :-)
Modified:
incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/StaxOutInterceptor.java
Modified:
incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/StaxOutInterceptor.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/StaxOutInterceptor.java?view=diff&rev=492055&r1=492054&r2=492055
==============================================================================
---
incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/StaxOutInterceptor.java
(original)
+++
incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/StaxOutInterceptor.java
Tue Jan 2 22:03:06 2007
@@ -44,8 +44,7 @@
public StaxOutInterceptor() {
super();
- setPhase(Phase.PRE_STREAM);
- addAfter(AttachmentOutInterceptor.class.getName());
+ setPhase(Phase.PRE_PROTOCOL);
}
public void handleMessage(Message message) {