java.lang.Object
com.sun.xml.ws.api.databinding.MappingInfo
A MappingInfo object is the collection of all the properties of the mapping
between a JAVA contract class (SEI) and it's corresponding WSDL artifacts
(wsdl:portType and wsdl:binding). A MappingInfo object can be used to provide
additional mapping metadata for WSDL generation and the runtime of WebService
databinding.
- Author:
- [email protected]
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setBindingID
(BindingID bindingID) void
setDatabindingMode
(String databindingMode) void
setDefaultSchemaNamespaceSuffix
(String defaultSchemaNamespaceSuffix) void
setPortName
(QName portName) void
setServiceName
(QName serviceName) void
setSoapBodyStyle
(SoapBodyStyle soapBodyStyle) void
setTargetNamespace
(String targetNamespace)
-
Field Details
-
targetNamespace
-
databindingMode
-
soapBodyStyle
-
bindingID
-
serviceName
-
portName
-
defaultSchemaNamespaceSuffix
-
-
Constructor Details
-
MappingInfo
public MappingInfo()Default constructor.
-
-
Method Details
-
getTargetNamespace
-
setTargetNamespace
-
getDatabindingMode
-
setDatabindingMode
-
getSoapBodyStyle
-
setSoapBodyStyle
-
getBindingID
-
setBindingID
-
getServiceName
-
setServiceName
-
getPortName
-
setPortName
-
getDefaultSchemaNamespaceSuffix
-
setDefaultSchemaNamespaceSuffix
-