com.sun.xml.ws.api.addressing
Class NonAnonymousResponseProcessor

java.lang.Object
  extended by 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 Summary
protected NonAnonymousResponseProcessor()
           
 
Method Summary
static NonAnonymousResponseProcessor getDefault()
           
 Packet process(Packet packet)
          Send a response to a non-anonymous address.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonAnonymousResponseProcessor

protected NonAnonymousResponseProcessor()
Method Detail

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


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.