A C G K M R S T 
All Classes All Packages

A

addSecurityContext(String, IssuedTokenContext) - Method in class com.sun.xml.ws.runtime.dev.SessionManager
Add the SecurityContext with key in local cache
addSecurityContext(String, IssuedTokenContext) - Method in class com.sun.xml.ws.runtime.dev.SessionManagerImpl
Add the SecurityContext with key in local cache

C

ClientPipelineHook - Class in com.sun.xml.ws.assembler.metro.dev
 
ClientPipelineHook() - Constructor for class com.sun.xml.ws.assembler.metro.dev.ClientPipelineHook
 
com.sun.xml.ws.assembler.metro - package com.sun.xml.ws.assembler.metro
 
com.sun.xml.ws.assembler.metro.dev - package com.sun.xml.ws.assembler.metro.dev
 
com.sun.xml.ws.runtime.dev - package com.sun.xml.ws.runtime.dev
 
createSecurityPipe(PolicyMap, SEIModel, WSDLPort, WSEndpoint, Pipe) - Method in class com.sun.xml.ws.assembler.metro.ServerPipelineHook
Called during the server-side pipeline construction process once to allow a container to register a pipe for security on the service endpoint.
createSecurityPipe(PolicyMap, ClientPipeAssemblerContext, Pipe) - Method in class com.sun.xml.ws.assembler.metro.dev.ClientPipelineHook
createSecurityTube(ClientTubelineAssemblyContext) - Method in class com.sun.xml.ws.assembler.metro.dev.ClientPipelineHook
Called during the client-side tubeline construction process once to allow a container to register a tube for security.
createSecurityTube(ServerTubelineAssemblyContext) - Method in class com.sun.xml.ws.assembler.metro.ServerPipelineHook
Called during the server-side tubeline construction process once to allow a container to register a tube for security on the service endpoint.
createSession(String) - Method in class com.sun.xml.ws.runtime.dev.SessionManager
Creates a Session with the given key, using an instance of java.util.Hashtable asa holder for user-defined data.
createSession(String) - Method in class com.sun.xml.ws.runtime.dev.SessionManagerImpl
Creates a Session with the given key, using an instance of synchronized java.util.Map a sa holder for user-defined data.
createSession(String, SecurityContextTokenInfo) - Method in class com.sun.xml.ws.runtime.dev.SessionManager
 
createSession(String, SecurityContextTokenInfo) - Method in class com.sun.xml.ws.runtime.dev.SessionManagerImpl
 
createSession(String, Class) - Method in class com.sun.xml.ws.runtime.dev.SessionManager
Creates a Session with the given key, using a new instance of the specified Class as a holder for user-defined data.
createSession(String, Class) - Method in class com.sun.xml.ws.runtime.dev.SessionManagerImpl
Creates a Session with the given key, using a new instance of the specified Class as a holder for user-defined data.
createSession(String, Object) - Method in class com.sun.xml.ws.runtime.dev.SessionManager
Creates a Session with the given key, using the specified Object as a holder for user-defined data.
createSession(String, Object) - Method in class com.sun.xml.ws.runtime.dev.SessionManagerImpl
Creates a Session with the given key, using the specified Object as a holder for user-defined data.

G

getConfig() - Static method in class com.sun.xml.ws.runtime.dev.SessionManager
 
getScInitiator() - Method in interface com.sun.xml.ws.assembler.metro.dev.MetroClientTubelineAssemblyContext
 
getSecurityContext(String, boolean) - Method in class com.sun.xml.ws.runtime.dev.SessionManager
Return the valid SecurityContext for matching key
getSecurityContext(String, boolean) - Method in class com.sun.xml.ws.runtime.dev.SessionManagerImpl
Return the valid SecurityContext for matching key
getSecurityInfo() - Method in class com.sun.xml.ws.runtime.dev.Session
Accessor for the securityInfo field.
getSession(String) - Method in class com.sun.xml.ws.runtime.dev.SessionManager
Returns an existing session identified by the Key else null
getSession(String) - Method in class com.sun.xml.ws.runtime.dev.SessionManagerImpl
Returns an existing session identified by the Key else null
getSessionKey() - Method in class com.sun.xml.ws.runtime.dev.Session
Accessor for Session Key.
getSessionManager(WSEndpoint, boolean, Properties) - Static method in class com.sun.xml.ws.runtime.dev.SessionManager
Returns the single instance of SessionManager Use the usual services mechanism to find implementing class.
getSessionManager(WSEndpoint, Properties) - Static method in class com.sun.xml.ws.runtime.dev.SessionManager
 
getUserData() - Method in class com.sun.xml.ws.runtime.dev.Session
Accessor for the userData field.

K

keys() - Method in class com.sun.xml.ws.runtime.dev.SessionManager
Returns the Set of valid Session keys.
keys() - Method in class com.sun.xml.ws.runtime.dev.SessionManagerImpl
Returns the Set of valid Session keys.

M

MetroClientTubelineAssemblyContext - Interface in com.sun.xml.ws.assembler.metro.dev
 

R

removeSessionManager(WSEndpoint) - Static method in class com.sun.xml.ws.runtime.dev.SessionManager
 

S

save() - Method in class com.sun.xml.ws.runtime.dev.Session
Saves the state of the session using whatever persistence mechanism the SessionManager offers.
saveSession(String) - Method in class com.sun.xml.ws.runtime.dev.SessionManager
Saves the state of the Session with the given key.
saveSession(String) - Method in class com.sun.xml.ws.runtime.dev.SessionManagerImpl
Does nothing in this implementation.
ServerPipelineHook - Class in com.sun.xml.ws.assembler.metro
 
ServerPipelineHook() - Constructor for class com.sun.xml.ws.assembler.metro.ServerPipelineHook
 
Session - Class in com.sun.xml.ws.runtime.dev
The 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
 
SESSION_THRESHOLD - Static variable in class com.sun.xml.ws.runtime.dev.SessionManager
 
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
SessionManagerImpl(WSEndpoint, boolean, Properties) - 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
 
setConfig(Properties) - Static method in class com.sun.xml.ws.runtime.dev.SessionManager
 
setScInitiator(SecureConversationInitiator) - Method in interface com.sun.xml.ws.assembler.metro.dev.MetroClientTubelineAssemblyContext
 
setSecurityInfo(SecurityContextTokenInfo) - Method in class com.sun.xml.ws.runtime.dev.Session
Mutator for the securityInfo field.

T

terminateSession(String) - Method in class com.sun.xml.ws.runtime.dev.SessionManager
Removed the Session with the given key.
terminateSession(String) - Method in class com.sun.xml.ws.runtime.dev.SessionManagerImpl
Removed the Session with the given key.
TIMEOUT_INTERVAL - Static variable in class com.sun.xml.ws.runtime.dev.SessionManager
 
A C G K M R S T 
All Classes All Packages