com.sun.xml.ws.transport.tcp.server
Interface TCPContext
- All Known Implementing Classes:
- TCPServletContext, TCPStandaloneContext
public interface TCPContext
- Author:
- Alexey Stashok
getResource
URL getResource(String resource)
throws MalformedURLException
- Throws:
MalformedURLException
getResourceAsStream
InputStream getResourceAsStream(String resource)
throws IOException
- Throws:
IOException
getResourcePaths
Set<String> getResourcePaths(String path)
getAttribute
Object getAttribute(String name)
setAttribute
void setAttribute(String name,
Object value)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.