Class TCPServletContext
java.lang.Object
com.sun.xml.ws.transport.tcp.server.TCPServletContext
- All Implemented Interfaces:
TCPContext
- Author:
- Alexey Stashok
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) getResource(String resource) getResourceAsStream(String resource) getResourcePaths(String path) voidsetAttribute(String name, Object value)
-
Constructor Details
-
TCPServletContext
public TCPServletContext(jakarta.servlet.ServletContext servletContext)
-
-
Method Details
-
getResourceAsStream
- Specified by:
getResourceAsStreamin interfaceTCPContext
-
getResourcePaths
- Specified by:
getResourcePathsin interfaceTCPContext
-
getResource
- Specified by:
getResourcein interfaceTCPContext- Throws:
MalformedURLException
-
getAttribute
- Specified by:
getAttributein interfaceTCPContext
-
setAttribute
- Specified by:
setAttributein interfaceTCPContext
-