Class WSOperation

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String id
      Deprecated.
       
      protected java.lang.String name
      Deprecated.
       
      protected WSService service
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      WSOperation​(java.lang.String id, java.lang.String operationName, WSService service)
      Deprecated.
       
    • Field Detail

      • id

        protected java.lang.String id
        Deprecated.
      • name

        protected java.lang.String name
        Deprecated.
      • service

        protected WSService service
        Deprecated.
    • Constructor Detail

      • WSOperation

        public WSOperation​(java.lang.String id,
                           java.lang.String operationName,
                           WSService service)
        Deprecated.
    • Method Detail

      • getId

        public java.lang.String getId()
        Deprecated.
        Specified by:
        getId in interface OperationImplementation
        Returns:
        the id of this implementation
      • getName

        public java.lang.String getName()
        Deprecated.
        Specified by:
        getName in interface OperationImplementation
        Returns:
        the name of this implementation
      • sendFor

        public MessageInstance sendFor​(MessageInstance message,
                                       Operation operation,
                                       java.util.concurrent.ConcurrentMap<javax.xml.namespace.QName,​java.net.URL> overridenEndpointAddresses)
                                throws java.lang.Exception
        Deprecated.
        Sends the message on behalf of operation
        Specified by:
        sendFor in interface OperationImplementation
        Parameters:
        message - the message to be sent
        operation - the operation that is interested on sending the message
        overridenEndpointAddresses - a not null map of overriden enpoint addresses. The key is the endpoint qualified name.
        Returns:
        the resulting message
        Throws:
        java.lang.Exception
      • getService

        public WSService getService()
        Deprecated.