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