Class TypeClassInitializer

java.lang.Object
org.apache.cxf.service.ServiceModelVisitor
org.apache.cxf.endpoint.dynamic.TypeClassInitializer

public class TypeClassInitializer extends org.apache.cxf.service.ServiceModelVisitor
  • Field Summary

    Fields inherited from class org.apache.cxf.service.ServiceModelVisitor

    serviceInfo
  • Constructor Summary

    Constructors
    Constructor
    Description
    TypeClassInitializer(org.apache.cxf.Bus bus, org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.common.jaxb.JAXBUtils.S2JJAXBModel model, boolean allowWr)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    begin(org.apache.cxf.service.model.FaultInfo fault)
     
    void
    begin(org.apache.cxf.service.model.MessagePartInfo part)
     
    void
    end(org.apache.cxf.service.model.FaultInfo fault)
     

    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 Details

    • TypeClassInitializer

      public TypeClassInitializer(org.apache.cxf.Bus bus, org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.common.jaxb.JAXBUtils.S2JJAXBModel model, boolean allowWr)
  • Method Details

    • begin

      public void begin(org.apache.cxf.service.model.MessagePartInfo part)
      Overrides:
      begin in class org.apache.cxf.service.ServiceModelVisitor
    • begin

      public void begin(org.apache.cxf.service.model.FaultInfo fault)
      Overrides:
      begin in class org.apache.cxf.service.ServiceModelVisitor
    • end

      public void end(org.apache.cxf.service.model.FaultInfo fault)
      Overrides:
      end in class org.apache.cxf.service.ServiceModelVisitor