com.sun.xml.ws.addressing.v200408
Class WsaTubeHelperImpl

java.lang.Object
  extended by com.sun.xml.ws.addressing.WsaTubeHelper
      extended by com.sun.xml.ws.addressing.v200408.WsaTubeHelperImpl

public class WsaTubeHelperImpl
extends WsaTubeHelper


Field Summary
(package private) static JAXBContext jc
           
 
Fields inherited from class com.sun.xml.ws.addressing.WsaTubeHelper
addVer, binding, marshaller, seiModel, soapVer, unmarshaller, wsdlPort
 
Constructor Summary
WsaTubeHelperImpl(WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
           
 
Method Summary
 void getInvalidMapDetail(QName name, Element element)
           
 void getMapRequiredDetail(QName name, Element element)
           
 void getProblemActionDetail(String action, Element element)
           
 
Methods inherited from class com.sun.xml.ws.addressing.WsaTubeHelper
getEffectiveInputAction, getFaultAction, getInputAction, getOutputAction, getSOAPAction, isInputActionDefault, newInvalidMapFault, newMapRequiredFault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jc

static final JAXBContext jc
Constructor Detail

WsaTubeHelperImpl

public WsaTubeHelperImpl(WSDLPort wsdlPort,
                         SEIModel seiModel,
                         WSBinding binding)
Method Detail

getProblemActionDetail

public final void getProblemActionDetail(String action,
                                         Element element)
Specified by:
getProblemActionDetail in class WsaTubeHelper

getInvalidMapDetail

public final void getInvalidMapDetail(QName name,
                                      Element element)
Specified by:
getInvalidMapDetail in class WsaTubeHelper

getMapRequiredDetail

public final void getMapRequiredDetail(QName name,
                                       Element element)
Specified by:
getMapRequiredDetail in class WsaTubeHelper