Uses of Interface
com.sun.xml.ws.transport.local.ClosedCallback

Packages that use ClosedCallback
com.sun.xml.ws.transport.local Transport implementations that work inside the single JVM. 
 

Uses of ClosedCallback in com.sun.xml.ws.transport.local
 

Constructors in com.sun.xml.ws.transport.local with parameters of type ClosedCallback
LocalConnectionImpl(URI baseURI, Map<String,List<String>> reqHeaders, ClosedCallback callback)