Package org.apache.cxf.wsdl.interceptors
Class WrappedOutInterceptor.WrappedOutEndingInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
-
- org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
-
- org.apache.cxf.wsdl.interceptors.WrappedOutInterceptor.WrappedOutEndingInterceptor
-
- All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>,org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
- Enclosing class:
- WrappedOutInterceptor
public static class WrappedOutInterceptor.WrappedOutEndingInterceptor extends org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
-
-
Constructor Summary
Constructors Constructor Description WrappedOutEndingInterceptor(String phase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMessage(org.apache.cxf.message.Message message)-
Methods inherited from class org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
getDataWriter, getXMLStreamWriter, setOperationSchemaValidation, shouldBuffer, shouldValidate, writeParts, writeToOutputStream
-
-
-
-
Constructor Detail
-
WrappedOutEndingInterceptor
public WrappedOutEndingInterceptor(String phase)
-
-