org.apache.axis2.jaxws.common.config
Class WSDLValidatorElement
java.lang.Object
org.apache.axis2.jaxws.common.config.WSDLValidatorElement
public class WSDLValidatorElement
- extends Object
WSDLValidator Element is used to store the state of the WSDL:Binding required=true
Elements.
State can be SUPPORTED, NOT_SUPPORTED, NOT_RECOGNIZED.
NOT_RECOGNIZED - This means JAX-WS runtime does not recoginze this element, this is default behavior.
SUPPORTED - This required element is recognized and understood by JAX-WS runtime.
NOT_SUPPORTED - This required element is NOT understood by JAX-WS runtime.
This means that runtime recognize the element, but due to the current config we can't honor it
ERROR - There where errors while processing the extension, this state will populate the error
message field.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLValidatorElement
public WSDLValidatorElement()
getExtensionElement
public javax.wsdl.extensions.ExtensibilityElement getExtensionElement()
setExtensionElement
public void setExtensionElement(javax.wsdl.extensions.ExtensibilityElement extensionElement)
getErrorMessage
public String getErrorMessage()
setErrorMessage
public void setErrorMessage(String errorMessage)
getState
public WSDLValidatorElement.State getState()
setState
public void setState(WSDLValidatorElement.State state)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.