Class JAXWSBinding
java.lang.Object
com.sun.tools.ws.wsdl.framework.Entity
com.sun.tools.ws.wsdl.framework.ExtensionImpl
com.sun.tools.ws.wsdl.document.jaxws.JAXWSBinding
- All Implemented Interfaces:
TWSDLExtension,Elemental
- Author:
- Vivek Pandey To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
-
Field Summary
Fields inherited from class com.sun.tools.ws.wsdl.framework.Entity
errorReceiver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddJaxbBindings(Element jaxbBinding) voidaddParameter(Parameter parameter) getNode()getParameterName(String msgName, String wsdlPartName, QName element, boolean wrapperStyle) voidsetClassName(CustomName className) voidsetEnableAsyncMapping(Boolean enableAsyncMapping) voidsetEnableMimeContentMapping(Boolean enableMimeContentMapping) voidsetEnableWrapperStyle(Boolean enableWrapperStyle) voidsetJaxwsPackage(CustomName jaxwsPackage) voidsetMethodName(CustomName methodName) voidvoidsetProvider(Boolean isProvider) voidsetVersion(String version) voidsetWsdlLocation(String wsdlLocation) voidsetWsdlNamespace(String wsdlNamespace) voidMethods inherited from class com.sun.tools.ws.wsdl.framework.ExtensionImpl
accept, getParent, setParentMethods inherited from class com.sun.tools.ws.wsdl.framework.Entity
failValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, withAllEntityReferencesDo, withAllQNamesDo, withAllSubEntitiesDo
-
Constructor Details
-
JAXWSBinding
-
-
Method Details
-
validateThis
public void validateThis()- Specified by:
validateThisin classEntity
-
getElementName
-
getWSDLElementName
-
addExtension
-
extensions
-
isEnableAsyncMapping
- Returns:
- Returns the enableAsyncMapping.
-
setEnableAsyncMapping
- Parameters:
enableAsyncMapping- The enableAsyncMapping to set.
-
isEnableMimeContentMapping
- Returns:
- Returns the enableMimeContentMapping.
-
setEnableMimeContentMapping
- Parameters:
enableMimeContentMapping- The enableMimeContentMapping to set.
-
isEnableWrapperStyle
- Returns:
- Returns the enableWrapperStyle.
-
setEnableWrapperStyle
- Parameters:
enableWrapperStyle- The enableWrapperStyle to set.
-
getJaxwsPackage
- Returns:
- Returns the jaxwsPackage.
-
setJaxwsPackage
- Parameters:
jaxwsPackage- The jaxwsPackage to set.
-
getNode
- Returns:
- Returns the node.
-
setNode
- Parameters:
node- The node to set.
-
getVersion
- Returns:
- Returns the version.
-
setVersion
- Parameters:
version- The version to set.
-
getWsdlLocation
- Returns:
- Returns the wsdlLocation.
-
setWsdlLocation
- Parameters:
wsdlLocation- The wsdlLocation to set.
-
getWsdlNamespace
- Returns:
- Returns the wsdlNamespace.
-
setWsdlNamespace
- Parameters:
wsdlNamespace- The wsdlNamespace to set.
-
getJaxbBindings
- Returns:
- Returns the jaxbBindings.
-
addJaxbBindings
- Parameters:
jaxbBinding- The jaxbBindings to set.
-
isProvider
- Returns:
- the isProvider.
-
setProvider
- Parameters:
isProvider- The isProvider to set.
-
getMethodName
- Returns:
- Returns the methodName.
-
setMethodName
- Parameters:
methodName- The methodName to set.
-
parameters
- Returns:
- Returns the parameter.
-
addParameter
- Parameters:
parameter- The parameter to set.
-
getParameterName
-
getClassName
- Returns:
- Returns the className.
-
setClassName
- Parameters:
className- The className to set.
-