Class WsaTubeHelperImpl
- java.lang.Object
-
- com.sun.xml.ws.addressing.WsaTubeHelper
-
- com.sun.xml.ws.addressing.v200408.WsaTubeHelperImpl
-
public class WsaTubeHelperImpl extends WsaTubeHelper
- Author:
- Arun Gupta
-
-
Constructor Summary
Constructors Constructor Description WsaTubeHelperImpl(WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetInvalidMapDetail(QName name, Element element)voidgetMapRequiredDetail(QName name, Element element)voidgetProblemActionDetail(String action, Element element)-
Methods inherited from class com.sun.xml.ws.addressing.WsaTubeHelper
createInvalidAddressingHeaderFault, getEffectiveInputAction, getFaultAction, getInputAction, getOutputAction, getSOAPAction, isInputActionDefault, newMapRequiredFault
-
-
-
-
Method Detail
-
getProblemActionDetail
public final void getProblemActionDetail(String action, Element element)
- Specified by:
getProblemActionDetailin classWsaTubeHelper
-
getInvalidMapDetail
public final void getInvalidMapDetail(QName name, Element element)
- Specified by:
getInvalidMapDetailin classWsaTubeHelper
-
getMapRequiredDetail
public final void getMapRequiredDetail(QName name, Element element)
- Specified by:
getMapRequiredDetailin classWsaTubeHelper
-
-