Class NonAnonymousResponseProcessor

java.lang.Object
com.sun.xml.ws.api.addressing.NonAnonymousResponseProcessor

public class NonAnonymousResponseProcessor extends Object
Delivers response messages targeted at non-anonymous endpoint addresses
Since:
2.2.6
  • Constructor Details

    • NonAnonymousResponseProcessor

      protected NonAnonymousResponseProcessor()
  • Method Details

    • getDefault

      public static NonAnonymousResponseProcessor getDefault()
    • process

      public Packet process(Packet packet)
      Send a response to a non-anonymous address. Also closes the transport back channel of Packet if it's not closed already.
      Parameters:
      packet - The response from our server, which will be delivered to the destination.
      Returns:
      The response packet that should be used to complete the tubeline response processing