Package com.sun.xml.ws.addressing
Class WsaTubeHelper
java.lang.Object
com.sun.xml.ws.addressing.WsaTubeHelper
- Direct Known Subclasses:
WsaTubeHelperImpl,WsaTubeHelperImpl
- Author:
- Rama Pulavarthi, Arun Gupta
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AddressingVersionprotected WSBindingprotected SEIModelprotected final SOAPVersionprotected WSDLPort -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.soap.SOAPFaultgetEffectiveInputAction(Packet packet) This method gives the Input addressing Action for a message.getFaultAction(Packet requestPacket, Packet responsePacket) getInputAction(Packet packet) abstract voidgetInvalidMapDetail(QName name, Element element) abstract voidgetMapRequiredDetail(QName name, Element element) getOutputAction(Packet packet) abstract voidgetProblemActionDetail(String action, Element element) getSOAPAction(Packet packet) booleanisInputActionDefault(Packet packet) jakarta.xml.soap.SOAPFault
-
Field Details
-
seiModel
-
wsdlPort
-
binding
-
soapVer
-
addVer
-
-
Constructor Details
-
WsaTubeHelper
-
-
Method Details
-
getFaultAction
-
getInputAction
-
getEffectiveInputAction
This method gives the Input addressing Action for a message. It gives the Action set in the wsdl operation for the corresponding payload. If it is not explicitly set, it gives the soapAction- Parameters:
packet-- Returns:
- input Action
-
isInputActionDefault
-
getSOAPAction
-
getOutputAction
-
createInvalidAddressingHeaderFault
public jakarta.xml.soap.SOAPFault createInvalidAddressingHeaderFault(InvalidAddressingHeaderException e, AddressingVersion av) -
newMapRequiredFault
-
getProblemActionDetail
-
getInvalidMapDetail
-
getMapRequiredDetail
-