Apache CXF API

org.apache.cxf.endpoint.dynamic
Class TypeClassInitializer

java.lang.Object
  extended by org.apache.cxf.service.ServiceModelVisitor
      extended by 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
TypeClassInitializer(ServiceInfo serviceInfo, JAXBUtils.S2JJAXBModel model, boolean allowWr)
           
 
Method Summary
 void begin(FaultInfo fault)
           
 void begin(MessagePartInfo part)
           
 void end(FaultInfo fault)
           
 
Methods inherited from class org.apache.cxf.service.ServiceModelVisitor
begin, begin, begin, begin, begin, begin, end, end, end, end, end, end, end, walk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeClassInitializer

public TypeClassInitializer(ServiceInfo serviceInfo,
                            JAXBUtils.S2JJAXBModel model,
                            boolean allowWr)
Method Detail

begin

public void begin(MessagePartInfo part)
Overrides:
begin in class ServiceModelVisitor

begin

public void begin(FaultInfo fault)
Overrides:
begin in class ServiceModelVisitor

end

public void end(FaultInfo fault)
Overrides:
end in class ServiceModelVisitor

Apache CXF API

Apache CXF