Package com.sun.xml.xwss
Class XWSSServerTube
- java.lang.Object
-
- com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
-
- com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
-
- com.sun.xml.xwss.XWSSServerTube
-
- All Implemented Interfaces:
com.sun.xml.ws.api.pipe.Pipe,com.sun.xml.ws.api.pipe.Tube
public class XWSSServerTube extends com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringCONTEXT_WSDL_OPERATIONprotected static StringFAILUREprotected static StringFALSEprotected booleanisSOAP12protected javax.xml.soap.MessageFactorymessageFactoryprotected javax.xml.soap.SOAPFactorysoapFactoryprotected com.sun.xml.ws.api.SOAPVersionsoapVersionprotected static StringTRUE
-
Constructor Summary
Constructors Constructor 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 XWSSServerPipeXWSSServerTube(XWSSServerTube that, com.sun.xml.ws.api.pipe.TubeCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFault(WssSoapFaultException sfe, javax.xml.soap.SOAPMessage soapMessage, boolean isSOAP12)com.sun.xml.ws.api.pipe.helper.AbstractTubeImplcopy(com.sun.xml.ws.api.pipe.TubeCloner cloner)protected javax.xml.soap.SOAPFaultgetSOAPFault(WssSoapFaultException sfe)javax.xml.ws.soap.SOAPFaultExceptiongetSOAPFaultException(WssSoapFaultException sfe, boolean isSOAP12)voidpreDestroy()com.sun.xml.ws.api.pipe.NextActionprocessRequest(com.sun.xml.ws.api.message.Packet packet)com.sun.xml.ws.api.pipe.NextActionprocessResponse(com.sun.xml.ws.api.message.Packet ret)com.sun.xml.ws.api.message.PacketsecureResponse(com.sun.xml.ws.api.message.Packet packet)com.sun.xml.ws.api.message.PacketvalidateRequest(com.sun.xml.ws.api.message.Packet packet)
-
-
-
Field Detail
-
soapFactory
protected javax.xml.soap.SOAPFactory soapFactory
-
messageFactory
protected javax.xml.soap.MessageFactory messageFactory
-
soapVersion
protected com.sun.xml.ws.api.SOAPVersion soapVersion
-
isSOAP12
protected boolean isSOAP12
-
FAILURE
protected static final String FAILURE
- See Also:
- Constant Field Values
-
TRUE
protected static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
protected static final String FALSE
- See Also:
- Constant Field Values
-
CONTEXT_WSDL_OPERATION
protected static final String CONTEXT_WSDL_OPERATION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XWSSServerTube
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)Creates a new instance of XWSSServerPipe
-
XWSSServerTube
public XWSSServerTube(XWSSServerTube that, com.sun.xml.ws.api.pipe.TubeCloner cloner)
-
-
Method Detail
-
preDestroy
public void preDestroy()
- Specified by:
preDestroyin interfacecom.sun.xml.ws.api.pipe.Pipe- Specified by:
preDestroyin interfacecom.sun.xml.ws.api.pipe.Tube- Overrides:
preDestroyin classcom.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
-
validateRequest
public com.sun.xml.ws.api.message.Packet validateRequest(com.sun.xml.ws.api.message.Packet packet) throws Exception- Throws:
Exception
-
secureResponse
public com.sun.xml.ws.api.message.Packet secureResponse(com.sun.xml.ws.api.message.Packet packet) throws Exception- Throws:
Exception
-
addFault
public void addFault(WssSoapFaultException sfe, javax.xml.soap.SOAPMessage soapMessage, boolean isSOAP12) throws javax.xml.soap.SOAPException
- Throws:
javax.xml.soap.SOAPException
-
getSOAPFault
protected javax.xml.soap.SOAPFault getSOAPFault(WssSoapFaultException sfe)
-
getSOAPFaultException
public javax.xml.ws.soap.SOAPFaultException getSOAPFaultException(WssSoapFaultException sfe, boolean isSOAP12)
-
copy
public com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl copy(com.sun.xml.ws.api.pipe.TubeCloner cloner)
- Specified by:
copyin interfacecom.sun.xml.ws.api.pipe.Tube- Specified by:
copyin classcom.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
-
processRequest
public com.sun.xml.ws.api.pipe.NextAction processRequest(com.sun.xml.ws.api.message.Packet packet)
- Specified by:
processRequestin interfacecom.sun.xml.ws.api.pipe.Tube- Overrides:
processRequestin classcom.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
-
processResponse
public com.sun.xml.ws.api.pipe.NextAction processResponse(com.sun.xml.ws.api.message.Packet ret)
- Specified by:
processResponsein interfacecom.sun.xml.ws.api.pipe.Tube- Overrides:
processResponsein classcom.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
-
-