com.sun.xml.wss.provider.wsit
Class ServerSecurityTube
java.lang.Object
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
com.sun.xml.wss.provider.wsit.ServerSecurityTube
- All Implemented Interfaces:
- com.sun.xml.ws.api.pipe.Pipe, com.sun.xml.ws.api.pipe.Tube
public class ServerSecurityTube
- extends com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
Field Summary |
protected static java.util.logging.Logger |
logger
|
Fields inherited from class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl |
next |
Method Summary |
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl |
copy(com.sun.xml.ws.api.pipe.TubeCloner cloner)
|
void |
preDestroy()
This method is called once in server side and at most one in client side. |
com.sun.xml.ws.api.pipe.NextAction |
processException(java.lang.Throwable t)
|
com.sun.xml.ws.api.pipe.NextAction |
processRequest(com.sun.xml.ws.api.message.Packet request)
|
com.sun.xml.ws.api.pipe.NextAction |
processResponse(com.sun.xml.ws.api.message.Packet response)
|
Methods inherited from class com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl |
copy, doInvoke, doInvokeAndForget, doReturnWith, doSuspend, doSuspend, doThrow, process |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final java.util.logging.Logger logger
ServerSecurityTube
public ServerSecurityTube(java.util.Map<java.lang.Object,java.lang.Object> props,
com.sun.xml.ws.api.pipe.Tube next,
boolean isHttpBinding)
ServerSecurityTube
protected ServerSecurityTube(ServerSecurityTube that,
com.sun.xml.ws.api.pipe.TubeCloner cloner)
copy
public com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl copy(com.sun.xml.ws.api.pipe.TubeCloner cloner)
- Specified by:
copy
in interface com.sun.xml.ws.api.pipe.Tube
- Overrides:
copy
in class com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
processRequest
public com.sun.xml.ws.api.pipe.NextAction processRequest(com.sun.xml.ws.api.message.Packet request)
- Specified by:
processRequest
in interface com.sun.xml.ws.api.pipe.Tube
- Overrides:
processRequest
in class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
processResponse
public com.sun.xml.ws.api.pipe.NextAction processResponse(com.sun.xml.ws.api.message.Packet response)
- Specified by:
processResponse
in interface com.sun.xml.ws.api.pipe.Tube
- Overrides:
processResponse
in class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
processException
public com.sun.xml.ws.api.pipe.NextAction processException(java.lang.Throwable t)
- Specified by:
processException
in interface com.sun.xml.ws.api.pipe.Tube
- Overrides:
processException
in class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
preDestroy
public void preDestroy()
- This method is called once in server side and at most one in client side.
- Specified by:
preDestroy
in interface com.sun.xml.ws.api.pipe.Pipe
- Specified by:
preDestroy
in interface com.sun.xml.ws.api.pipe.Tube
- Overrides:
preDestroy
in class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl