| java.lang.Object com.sun.xml.xwss.XWSSServerPipe
XWSSServerPipe | public class XWSSServerPipe implements Pipe(Code) | | This pipe is used to handle XWSS 2.0 Style Message Security using
Security Configuration files
author: kumar.jayanti |
CONTEXT_WSDL_OPERATION | final protected static String CONTEXT_WSDL_OPERATION(Code) | | |
isSOAP12 | protected boolean isSOAP12(Code) | | |
nextPipe | protected Pipe nextPipe(Code) | | |
soapVersion | protected SOAPVersion soapVersion(Code) | | |
XWSSServerPipe | public XWSSServerPipe(WSEndpoint epoint, WSDLPort prt, Pipe nextP)(Code) | | Creates a new instance of XWSSServerPipe
|
copy | public Pipe copy(PipeCloner pipeCloner)(Code) | | |
preDestroy | public void preDestroy()(Code) | | |
process | public Packet process(Packet packet)(Code) | | |
secureResponse | public Packet secureResponse(Packet packet) throws Exception(Code) | | |
setNextPipe | public void setNextPipe(Pipe pipe)(Code) | | |
validateRequest | public Packet validateRequest(Packet packet) throws Exception(Code) | | |
|
|