com.sun.xml.ws.api.addressing
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonAnonymousResponseProcessor
protected NonAnonymousResponseProcessor()
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.