Class AAASEndpointAdapter

java.lang.Object
org.springframework.xml.transform.TransformerObjectSupport
com.aquima.web.aaas.AAASEndpointAdapter
All Implemented Interfaces:
org.springframework.ws.server.EndpointAdapter

@Component @WebServicesContext public class AAASEndpointAdapter extends org.springframework.xml.transform.TransformerObjectSupport implements org.springframework.ws.server.EndpointAdapter
Endpoint adapter to pass the payload xml to the handle method of an AquimaAsAServiceEndpoint.
Since:
9.0
Author:
Jon van Leuven
  • Field Summary Link icon

    Fields inherited from class org.springframework.xml.transform.TransformerObjectSupport Link icon

    logger
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    invoke(org.springframework.ws.context.MessageContext messageContext, Object endpoint)
     
    boolean
    supports(Object endpoint)
     

    Methods inherited from class org.springframework.xml.transform.TransformerObjectSupport Link icon

    createTransformer, getTransformerFactory, newTransformerFactory, setTransformerFactoryClass, transform

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • AAASEndpointAdapter Link icon

      public AAASEndpointAdapter()
  • Method Details Link icon

    • supports Link icon

      public boolean supports(Object endpoint)
      Specified by:
      supports in interface org.springframework.ws.server.EndpointAdapter
    • invoke Link icon

      public void invoke(org.springframework.ws.context.MessageContext messageContext, Object endpoint) throws Exception
      Specified by:
      invoke in interface org.springframework.ws.server.EndpointAdapter
      Throws:
      Exception