final class org.springframework.boot.webservices.client.WebServiceTemplateBuilder$CheckConnectionFaultCustomizer implements org.springframework.boot.webservices.client.WebServiceTemplateCustomizer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.webservices.client.WebServiceTemplateBuilder$CheckConnectionFaultCustomizer
  super_class: java.lang.Object
{
  private final boolean checkConnectionFault;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.webservices.client.WebServiceTemplateBuilder$CheckConnectionFaultCustomizer this
         0: .line 30
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.oxm cannot be resolved\n\tThe import org.springframework.oxm cannot be resolved\n\tThe import org.springframework.ws cannot be resolved\n\tThe import org.springframework.ws cannot be resolved\n\tThe import org.springframework.ws cannot be resolved\n\tThe import org.springframework.ws cannot be resolved\n\tThe import org.springframework.ws cannot be resolved\n\tThe import org.springframework.ws cannot be resolved\n\tClientInterceptor cannot be resolved to a type\n\tMarshaller cannot be resolved to a type\n\tUnmarshaller cannot be resolved to a type\n\tDestinationProvider cannot be resolved to a type\n\tWebServiceMessageFactory cannot be resolved to a type\n\tClientInterceptor cannot be resolved to a type\n\tMarshaller cannot be resolved to a type\n\tUnmarshaller cannot be resolved to a type\n\tDestinationProvider cannot be resolved to a type\n\tWebServiceMessageFactory cannot be resolved to a type\n\tClientInterceptor cannot be resolved to a type\n\tMarshaller cannot be resolved to a type\n\tUnmarshaller cannot be resolved to a type\n\tDestinationProvider cannot be resolved to a type\n\tWebServiceMessageFactory cannot be resolved to a type\n\tClientInterceptor cannot be resolved to a type\n\tMarshaller cannot be resolved to a type\n\tUnmarshaller cannot be resolved to a type\n\tDestinationProvider cannot be resolved to a type\n\tWebServiceMessageFactory cannot be resolved to a type\n\tClientInterceptor cannot be resolved to a type\n\tMarshaller cannot be resolved to a type\n\tUnmarshaller cannot be resolved to a type\n\tDestinationProvider cannot be resolved to a type\n\tWebServiceMessageFactory cannot be resolved to a type\n\tWebServiceMessageSender cannot be resolved to a type\n\tWebServiceMessageSender cannot be resolved to a type\n\tClientInterceptor cannot be resolved to a type\n\tThe method set(Collection<? extends WebServiceMessageSender>) from the type WebServiceTemplateBuilder.WebServiceMessageSenders refers to the missing type WebServiceMessageSender\n\tMarshaller cannot be resolved to a type\n\tUnmarshaller cannot be resolved to a type\n\tDestinationProvider cannot be resolved to a type\n\tWebServiceMessageFactory cannot be resolved to a type\n\tWebServiceMessageSender cannot be resolved to a type\n\tWebServiceMessageSender cannot be resolved to a type\n\tClientInterceptor cannot be resolved to a type\n\tThe method add(Collection<? extends WebServiceMessageSender>) from the type WebServiceTemplateBuilder.WebServiceMessageSenders refers to the missing type WebServiceMessageSender\n\tMarshaller cannot be resolved to a type\n\tUnmarshaller cannot be resolved to a type\n\tDestinationProvider cannot be resolved to a type\n\tWebServiceMessageFactory cannot be resolved to a type\n\tClientInterceptor cannot be resolved to a type\n\tClientInterceptor cannot be resolved to a type\n\tClientInterceptor cannot be resolved to a type\n\tThe method emptySet() from the type Collections refers to the missing type ClientInterceptor\n\tMarshaller cannot be resolved to a type\n\tUnmarshaller cannot be resolved to a type\n\tDestinationProvider cannot be resolved to a type\n\tWebServiceMessageFactory cannot be resolved to a type\n\tClientInterceptor cannot be resolved to a type\n\tClientInterceptor cannot be resolved to a type\n\tClientInterceptor cannot be resolved to a type\n\tMarshaller cannot be resolved to a type\n\tUnmarshaller cannot be resolved to a type\n\tDestinationProvider cannot be resolved to a type\n\tWebServiceMessageFactory cannot be resolved to a type\n\tClientInterceptor cannot be resolved to a type\n\tMarshaller cannot be resolved to a type\n\tUnmarshaller cannot be resolved to a type\n\tDestinationProvider cannot be resolved to a type\n\tWebServiceMessageFactory cannot be resolved to a type\n\tClientInterceptor cannot be resolved to a type\n\tMarshaller cannot be resolved to a type\n\tUnmarshaller cannot be resolved to a type\n\tClientInterceptor cannot be resolved to a type\n\tClientInterceptor cannot be resolved to a type\n\tWebServiceMessageFactory cannot be resolved to a type\n\tUnmarshaller cannot be resolved to a type\n\tMarshaller cannot be resolved to a type\n\tFaultMessageResolver cannot be resolved to a type\n\tClientInterceptor cannot be resolved to a type\n\tThe target type of this expression must be a functional interface\n\tDestinationProvider cannot be resolved to a type\n\tWebServiceTemplate cannot be resolved to a type\n\tWebServiceTemplate cannot be resolved to a type\n\tWebServiceTemplate cannot be resolved to a type\n\tWebServiceTemplate cannot be resolved to a type\n\tWebServiceTemplate cannot be resolved to a type\n\tWebServiceMessageSender cannot be resolved to a type\n\tThe method emptySet() from the type Collections refers to the missing type WebServiceMessageSender\n\tWebServiceMessageSender cannot be resolved to a type\n\tWebServiceMessageSender cannot be resolved to a type\n\tWebServiceMessageSender cannot be resolved to a type\n\tWebServiceMessageSender cannot be resolved to a type\n\tThe type WebServiceTemplateBuilder.CheckConnectionFaultCustomizer must implement the inherited abstract method WebServiceTemplateCustomizer.customize(WebServiceTemplate)\n\tWebServiceTemplate cannot be resolved to a type\n\tThe type WebServiceTemplateBuilder.CheckConnectionForErrorCustomizer must implement the inherited abstract method WebServiceTemplateCustomizer.customize(WebServiceTemplate)\n\tWebServiceTemplate cannot be resolved to a type\n\tThe type WebServiceTemplateBuilder.FaultMessageResolverCustomizer must implement the inherited abstract method WebServiceTemplateCustomizer.customize(WebServiceTemplate)\n\tFaultMessageResolver cannot be resolved to a type\n\tFaultMessageResolver cannot be resolved to a type\n\tWebServiceTemplate cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.webservices.client.WebServiceTemplateBuilder$CheckConnectionFaultCustomizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/webservices/client/WebServiceTemplateBuilder$CheckConnectionFaultCustomizer;
    MethodParameters:
                      Name  Flags
      checkConnectionFault  

  public void customize(WebServiceTemplate);
    descriptor: (LWebServiceTemplate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.webservices.client.WebServiceTemplateBuilder$CheckConnectionFaultCustomizer this
         0: .line 555
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tWebServiceTemplate cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.webservices.client.WebServiceTemplateBuilder$CheckConnectionFaultCustomizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/webservices/client/WebServiceTemplateBuilder$CheckConnectionFaultCustomizer;
    MethodParameters:
                    Name  Flags
      webServiceTemplate  
}
SourceFile: "WebServiceTemplateBuilder.java"
NestHost: org.springframework.boot.webservices.client.WebServiceTemplateBuilder
InnerClasses:
  private final CheckConnectionFaultCustomizer = org.springframework.boot.webservices.client.WebServiceTemplateBuilder$CheckConnectionFaultCustomizer of org.springframework.boot.webservices.client.WebServiceTemplateBuilder