public class XWSSServerTube
extends com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CONTEXT_WSDL_OPERATION |
protected static String |
FAILURE |
protected static String |
FALSE |
protected boolean |
isSOAP12 |
protected MessageFactory |
messageFactory |
protected SOAPFactory |
soapFactory |
protected com.sun.xml.ws.api.SOAPVersion |
soapVersion |
protected static String |
TRUE |
| Constructor and Description |
|---|
XWSSServerTube(com.sun.xml.ws.api.server.WSEndpoint epoint,
com.sun.xml.ws.api.model.wsdl.WSDLPort prt,
com.sun.xml.ws.api.pipe.Tube nextTube)
Creates a new instance of XWSSServerPipe
|
XWSSServerTube(XWSSServerTube that,
com.sun.xml.ws.api.pipe.TubeCloner cloner) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFault(WssSoapFaultException sfe,
SOAPMessage soapMessage,
boolean isSOAP12) |
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl |
copy(com.sun.xml.ws.api.pipe.TubeCloner cloner) |
protected SOAPFault |
getSOAPFault(WssSoapFaultException sfe) |
SOAPFaultException |
getSOAPFaultException(WssSoapFaultException sfe,
boolean isSOAP12) |
void |
preDestroy() |
com.sun.xml.ws.api.pipe.NextAction |
processRequest(com.sun.xml.ws.api.message.Packet packet) |
com.sun.xml.ws.api.pipe.NextAction |
processResponse(com.sun.xml.ws.api.message.Packet ret) |
com.sun.xml.ws.api.message.Packet |
secureResponse(com.sun.xml.ws.api.message.Packet packet) |
com.sun.xml.ws.api.message.Packet |
validateRequest(com.sun.xml.ws.api.message.Packet packet) |
protected SOAPFactory soapFactory
protected MessageFactory messageFactory
protected com.sun.xml.ws.api.SOAPVersion soapVersion
protected boolean isSOAP12
protected static final String FAILURE
protected static final String TRUE
protected static final String FALSE
protected static final String CONTEXT_WSDL_OPERATION
public XWSSServerTube(com.sun.xml.ws.api.server.WSEndpoint epoint,
com.sun.xml.ws.api.model.wsdl.WSDLPort prt,
com.sun.xml.ws.api.pipe.Tube nextTube)
public XWSSServerTube(XWSSServerTube that, com.sun.xml.ws.api.pipe.TubeCloner cloner)
public void preDestroy()
preDestroy in interface com.sun.xml.ws.api.pipe.PipepreDestroy in interface com.sun.xml.ws.api.pipe.TubepreDestroy in class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImplpublic com.sun.xml.ws.api.message.Packet validateRequest(com.sun.xml.ws.api.message.Packet packet)
throws Exception
Exceptionpublic com.sun.xml.ws.api.message.Packet secureResponse(com.sun.xml.ws.api.message.Packet packet)
throws Exception
Exceptionpublic void addFault(WssSoapFaultException sfe, SOAPMessage soapMessage, boolean isSOAP12) throws SOAPException
SOAPExceptionprotected SOAPFault getSOAPFault(WssSoapFaultException sfe)
public SOAPFaultException getSOAPFaultException(WssSoapFaultException sfe, boolean isSOAP12)
public com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl copy(com.sun.xml.ws.api.pipe.TubeCloner cloner)
copy in interface com.sun.xml.ws.api.pipe.Tubecopy in class com.sun.xml.ws.api.pipe.helper.AbstractTubeImplpublic com.sun.xml.ws.api.pipe.NextAction processRequest(com.sun.xml.ws.api.message.Packet packet)
processRequest in interface com.sun.xml.ws.api.pipe.TubeprocessRequest in class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImplpublic com.sun.xml.ws.api.pipe.NextAction processResponse(com.sun.xml.ws.api.message.Packet ret)
processResponse in interface com.sun.xml.ws.api.pipe.TubeprocessResponse in class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImplCopyright © 2005–2018 Oracle Corporation. All rights reserved.