Package com.sun.xml.ws.model
Class SOAPSEIModel
- java.lang.Object
-
- com.sun.xml.ws.model.AbstractSEIModelImpl
-
- com.sun.xml.ws.model.SOAPSEIModel
-
- All Implemented Interfaces:
SEIModel
public class SOAPSEIModel extends AbstractSEIModelImpl
Creates SOAP specific RuntimeModel- Author:
- Vivek Pandey
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.model.AbstractSEIModelImpl
bindingContext, classLoader, contractClass, databindingInfo, defaultSchemaNamespaceSuffix, emptyBodyName, endpointClass, jaxbContext, wsBinding
-
-
Constructor Summary
Constructors Constructor Description SOAPSEIModel(WebServiceFeatureList features)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<QName>
getKnownHeaders()
protected void
populateMaps()
Populate methodToJM and nameToJM maps.-
Methods inherited from class com.sun.xml.ws.model.AbstractSEIModelImpl
addAdditionalClasses, databindingInfo, 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
-
-
-
-
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 classAbstractSEIModelImpl
-
-