Package org.apache.cxf.endpoint.dynamic
Class TypeClassInitializer
- java.lang.Object
-
- org.apache.cxf.service.ServiceModelVisitor
-
- org.apache.cxf.endpoint.dynamic.TypeClassInitializer
-
public class TypeClassInitializer extends ServiceModelVisitor
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.service.ServiceModelVisitor
serviceInfo
-
-
Constructor Summary
Constructors Constructor Description TypeClassInitializer(Bus bus, ServiceInfo serviceInfo, JAXBUtils.S2JJAXBModel model, boolean allowWr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbegin(FaultInfo fault)voidbegin(MessagePartInfo part)voidend(FaultInfo fault)
-
-
-
Constructor Detail
-
TypeClassInitializer
public TypeClassInitializer(Bus bus, ServiceInfo serviceInfo, JAXBUtils.S2JJAXBModel model, boolean allowWr)
-
-
Method Detail
-
begin
public void begin(MessagePartInfo part)
- Overrides:
beginin classServiceModelVisitor
-
begin
public void begin(FaultInfo fault)
- Overrides:
beginin classServiceModelVisitor
-
end
public void end(FaultInfo fault)
- Overrides:
endin classServiceModelVisitor
-
-