A C G I K P R S T

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.dev
 
ClientPipelineHook() - Constructor for class com.sun.xml.ws.assembler.dev.ClientPipelineHook
 
ClientTubelineAssemblyContext - Interface in com.sun.xml.ws.assembler.dev
 
com.sun.xml.ws.assembler - package com.sun.xml.ws.assembler
 
com.sun.xml.ws.assembler.dev - package com.sun.xml.ws.assembler.dev
 
com.sun.xml.ws.runtime.dev - package com.sun.xml.ws.runtime.dev
 
createSecurityPipe(PolicyMap, ClientPipeAssemblerContext, Pipe) - Method in class com.sun.xml.ws.assembler.dev.ClientPipelineHook
Deprecated. Use ClientPipelineHook.createSecurityTube(com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext).
createSecurityPipe(PolicyMap, SEIModel, WSDLPort, WSEndpoint, Pipe) - Method in class com.sun.xml.ws.assembler.ServerPipelineHook
Called during the server-side pipeline construction process once to allow a container to register a pipe for security on the service endpoint.
createSecurityTube(ClientTubelineAssemblyContext) - Method in class com.sun.xml.ws.assembler.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.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, 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, 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, SecurityContextTokenInfo) - Method in class com.sun.xml.ws.runtime.dev.SessionManager
 
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, 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.SessionManagerImpl
Creates a Session with the given key, using the specified Object as a holder for user-defined data.
createSession(String, SecurityContextTokenInfo) - Method in class com.sun.xml.ws.runtime.dev.SessionManagerImpl
 
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.
createTube(ClientTubelineAssemblyContext) - Method in interface com.sun.xml.ws.assembler.dev.TubeFactory
Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.
createTube(ServerTubelineAssemblyContext) - Method in interface com.sun.xml.ws.assembler.dev.TubeFactory
Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.

G

getAdaptedTubelineHead() - Method in interface com.sun.xml.ws.assembler.dev.TubelineAssemblyContext
 
getAddress() - Method in interface com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext
The endpoint address.
getBinding() - Method in interface com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext
The binding of the new pipeline to be created.
getCodec() - Method in interface com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext
Gets the Codec that is set by ClientTubelineAssemblyContext.setCodec(com.sun.xml.ws.api.pipe.Codec) or the default codec based on the binding.
getCodec() - Method in interface com.sun.xml.ws.assembler.dev.ServerTubelineAssemblyContext
Gets the Codec that is set by ServerTubelineAssemblyContext.setCodec(com.sun.xml.ws.api.pipe.Codec) or the default codec based on the binding.
getContainer() - Method in interface com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext
Returns the Container in which the client is running
getEndpoint() - Method in interface com.sun.xml.ws.assembler.dev.ServerTubelineAssemblyContext
The created pipeline is used to serve this WSEndpoint.
getImplementation(Class<T>) - Method in interface com.sun.xml.ws.assembler.dev.TubelineAssemblyContext
 
getPolicyMap() - Method in interface com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext
 
getPolicyMap() - Method in interface com.sun.xml.ws.assembler.dev.ServerTubelineAssemblyContext
 
getPortInfo() - Method in interface com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext
 
getScInitiator() - Method in interface com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext
 
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.
getSEIModel() - Method in interface com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext
The created pipeline will use seiModel to get java concepts for the endpoint
getSEIModel() - Method in interface com.sun.xml.ws.assembler.dev.ServerTubelineAssemblyContext
The created pipeline will use seiModel to get java concepts for the endpoint
getService() - Method in interface com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext
The pipeline is created for this WSService.
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) - 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) - Static method in class com.sun.xml.ws.runtime.dev.SessionManager
 
getTerminalTube() - Method in interface com.sun.xml.ws.assembler.dev.ServerTubelineAssemblyContext
The last Pipe in the pipeline.
getTubelineHead() - Method in interface com.sun.xml.ws.assembler.dev.TubelineAssemblyContext
 
getUserData() - Method in class com.sun.xml.ws.runtime.dev.Session
Accessor for the userData field.
getWrappedContext() - Method in interface com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext
 
getWrappedContext() - Method in interface com.sun.xml.ws.assembler.dev.ServerTubelineAssemblyContext
 
getWsdlPort() - Method in interface com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext
The created pipeline will be used to serve this port.
getWsdlPort() - Method in interface com.sun.xml.ws.assembler.dev.ServerTubelineAssemblyContext
The created pipeline will be used to serve this port.

I

isPolicyAvailable() - Method in interface com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext
 
isPolicyAvailable() - Method in interface com.sun.xml.ws.assembler.dev.ServerTubelineAssemblyContext
 
isSynchronous() - Method in interface com.sun.xml.ws.assembler.dev.ServerTubelineAssemblyContext
If this server pipeline is known to be used for serving synchronous transport, then this method returns true.

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.

P

prepareContext(ClientTubelineAssemblyContext) - Method in interface com.sun.xml.ws.assembler.dev.TubelineAssemblyContextUpdater
TODO javadoc
prepareContext(ServerTubelineAssemblyContext) - Method in interface com.sun.xml.ws.assembler.dev.TubelineAssemblyContextUpdater
TODO javadoc

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
 
ServerPipelineHook() - Constructor for class com.sun.xml.ws.assembler.ServerPipelineHook
 
ServerTubelineAssemblyContext - Interface in com.sun.xml.ws.assembler.dev
 
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
 
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.

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.
TubeFactory - Interface in com.sun.xml.ws.assembler.dev
 
TubelineAssemblyContext - Interface in com.sun.xml.ws.assembler.dev
 
TubelineAssemblyContextUpdater - Interface in com.sun.xml.ws.assembler.dev
 

A C G I K P R S T

Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.