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
| Fields inherited from class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl |
next |
|
Constructor Summary |
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)
|
| Methods inherited from class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl |
processException |
| 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 |
soapFactory
protected SOAPFactory soapFactory
messageFactory
protected 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
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)
preDestroy
public void preDestroy()
- 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
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,
SOAPMessage soapMessage,
boolean isSOAP12)
throws SOAPException
- Throws:
SOAPException
getSOAPFault
protected SOAPFault getSOAPFault(WssSoapFaultException sfe)
getSOAPFaultException
public 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:
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 packet)
- 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 ret)
- Specified by:
processResponse in interface com.sun.xml.ws.api.pipe.Tube- Overrides:
processResponse in class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.