com.sun.xml.ws.model
Class SOAPSEIModel

java.lang.Object
  extended by com.sun.xml.ws.model.AbstractSEIModelImpl
      extended by com.sun.xml.ws.model.SOAPSEIModel
All Implemented Interfaces:
SEIModel

public class SOAPSEIModel
extends AbstractSEIModelImpl

Creates SOAP specific RuntimeModel


Field Summary
 
Fields inherited from class com.sun.xml.ws.model.AbstractSEIModelImpl
emptyBodyName, jaxbContext
 
Constructor Summary
SOAPSEIModel()
           
 
Method Summary
 Set<QName> getKnownHeaders()
           
protected  void populateMaps()
          Populate methodToJM and nameToJM maps.
 
Methods inherited from class com.sun.xml.ws.model.AbstractSEIModelImpl
addAdditionalClasses, addJavaMethod, applyParameterBinding, freeze, getBoundPortTypeName, getBridge, getDispatchMethod, getJavaMethod, getJavaMethod, getJavaMethods, getJAXBContext, getKnownNamespaceURIs, getMarshallerPool, getPort, getPortName, getPortTypeName, getQNameForJM, getServiceQName, getTargetNamespace, getWSDLLocation, isCheckedException, isKnownFault, postProcess, put, put, setPortName, setPortTypeName, setServiceQName, setTargetNamespace, setWSDLLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPSEIModel

public SOAPSEIModel()
Method Detail

populateMaps

protected void populateMaps()
Description copied from class: AbstractSEIModelImpl
Populate methodToJM and nameToJM maps.

Specified by:
populateMaps in class AbstractSEIModelImpl

getKnownHeaders

public Set<QName> getKnownHeaders()