|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ClientPipelineHook.createSecurityTube(com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext).
Codec that is set by ClientTubelineAssemblyContext.setCodec(com.sun.xml.ws.api.pipe.Codec) or the default codec
based on the binding.
Codec that is set by ServerTubelineAssemblyContext.setCodec(com.sun.xml.ws.api.pipe.Codec) or the default codec
based on the binding.
WSEndpoint.
securityInfo field.
WSService.
Pipe in the pipeline.
userData field.
SessionManager offers.
Session object is used to manage state between multiple requests
from the same client.- Session() -
Constructor for class com.sun.xml.ws.runtime.dev.Session
-
- Session(SessionManager, String, Object) -
Constructor for class com.sun.xml.ws.runtime.dev.Session
- Public constructor
- SESSION_ID_KEY -
Static variable in class com.sun.xml.ws.runtime.dev.Session
- Well-known invocationProperty names
- SESSION_KEY -
Static variable in class com.sun.xml.ws.runtime.dev.Session
-
- SessionManager - Class in com.sun.xml.ws.runtime.dev
- The
SessionManager is used to obtain session information
This can be implemented using persistent storage mechanisms or using transient storage
Even if it is implemented using persistent storage the implementation should take care
of backing by a cache which will avoid the overhead of serialization and database
operations - SessionManager() -
Constructor for class com.sun.xml.ws.runtime.dev.SessionManager
-
- SessionManagerImpl - Class in com.sun.xml.ws.runtime.dev
- In memory implementation of
SessionManager - SessionManagerImpl(WSEndpoint, boolean) -
Constructor for class com.sun.xml.ws.runtime.dev.SessionManagerImpl
- Creates a new instance of SessionManagerImpl
- sessions() -
Method in class com.sun.xml.ws.runtime.dev.SessionManager
-
- sessions() -
Method in class com.sun.xml.ws.runtime.dev.SessionManagerImpl
-
- setCodec(Codec) -
Method in interface com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext
- Interception point to change
Codec during Tubeline assembly.
- setCodec(Codec) -
Method in interface com.sun.xml.ws.assembler.dev.ServerTubelineAssemblyContext
- Interception point to change
Codec during Tubeline assembly.
- setScInitiator(SecureConversationInitiator) -
Method in interface com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext
-
- setSecurityInfo(SecurityContextTokenInfo) -
Method in class com.sun.xml.ws.runtime.dev.Session
- Mutator for the
securityInfo field.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||