Class EndpointGroup

java.lang.Object
com.aquima.web.aaas.EndpointGroup

public class EndpointGroup extends Object
  • Constructor Details

    • EndpointGroup

      public EndpointGroup(List<String> webservices, List<String> soapActions, List<org.springframework.ws.server.EndpointInterceptor> interceptors)
  • Method Details

    • getWebservices

      public List<String> getWebservices()
    • getSoapActions

      public List<String> getSoapActions()
    • getInterceptors

      public List<org.springframework.ws.server.EndpointInterceptor> getInterceptors()
    • toString

      public String toString()
      Overrides:
      toString in class Object