Package org.apache.cxf.wsdl.interceptors
Class WrappedOutInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
-
- org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
-
- org.apache.cxf.wsdl.interceptors.WrappedOutInterceptor
-
- All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>,org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
public class WrappedOutInterceptor extends org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWrappedOutInterceptor.WrappedOutEndingInterceptor
-
Constructor Summary
Constructors Constructor Description WrappedOutInterceptor()WrappedOutInterceptor(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
-
WrappedOutInterceptor
public WrappedOutInterceptor()
-
WrappedOutInterceptor
public WrappedOutInterceptor(String phase)
-
-