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(MessagePartInfo part)
           
 
Methods inherited from class org.apache.cxf.service.ServiceModelVisitor
begin, begin, begin, begin, begin, begin, begin, end, 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


Apache CXF