All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.virtualan.core.model.SoapService Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package io.virtualan.core.model;

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

@NoArgsConstructor
@AllArgsConstructor
@Data
public class SoapService {

  private String localPart;
  private String ns;
  private String method;
  private String requestClassName;
  private String responseClassName;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy