com.sun.xml.ws.transport.tcp.server
Interface TCPContext

All Known Implementing Classes:
TCPServletContext, TCPStandaloneContext

public interface TCPContext

Author:
Alexey Stashok

Method Summary
 Object getAttribute(String name)
           
 URL getResource(String resource)
           
 InputStream getResourceAsStream(String resource)
           
 Set<String> getResourcePaths(String path)
           
 void setAttribute(String name, Object value)
           
 

Method Detail

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.