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
bindingContext, classLoader, contractClass, databindingInfo, defaultSchemaNamespaceSuffix, emptyBodyName, endpointClass, jaxbContext, wsBinding
 
Constructor Summary
SOAPSEIModel(WebServiceFeatureList features)
           
 
Method Summary
 java.util.Set<javax.xml.namespace.QName> getKnownHeaders()
           
protected  void populateMaps()
          Populate methodToJM and nameToJM maps.
 
Methods inherited from class com.sun.xml.ws.model.AbstractSEIModelImpl
addAdditionalClasses, freeze, getBindingContext, getBoundPortTypeName, getBridge, getContractClass, getDatabinding, getEndpointClass, getJavaMethod, getJavaMethod, getJavaMethodForWsdlOperation, getJavaMethods, getJAXBContext, getKnownNamespaceURIs, getMarshallerPool, getPort, getPortName, getPortTypeName, getQNameForJM, getServiceQName, getTargetNamespace, getWSBinding, getWSDLLocation, getXMLBridge, isCheckedException, isKnownFault, setDatabinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPSEIModel

public SOAPSEIModel(WebServiceFeatureList features)
Method Detail

populateMaps

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

Specified by:
populateMaps in class AbstractSEIModelImpl

getKnownHeaders

public java.util.Set<javax.xml.namespace.QName> getKnownHeaders()


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.