final class org.springframework.boot.webservices.client.WebServiceTemplateBuilder$CheckConnectionForErrorCustomizer 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$CheckConnectionForErrorCustomizer
  super_class: java.lang.Object
{
  private final boolean checkConnectionForError;
    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$CheckConnectionForErrorCustomizer 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$CheckConnectionForErrorCustomizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/webservices/client/WebServiceTemplateBuilder$CheckConnectionForErrorCustomizer;
    MethodParameters:
                         Name  Flags
      checkConnectionForError  

  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$CheckConnectionForErrorCustomizer this
         0: .line 575
            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$CheckConnectionForErrorCustomizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/webservices/client/WebServiceTemplateBuilder$CheckConnectionForErrorCustomizer;
    MethodParameters:
                    Name  Flags
      webServiceTemplate  
}
SourceFile: "WebServiceTemplateBuilder.java"
NestHost: org.springframework.boot.webservices.client.WebServiceTemplateBuilder
InnerClasses:
  private final CheckConnectionForErrorCustomizer = org.springframework.boot.webservices.client.WebServiceTemplateBuilder$CheckConnectionForErrorCustomizer of org.springframework.boot.webservices.client.WebServiceTemplateBuilder