org.apache.locator.types
Class EndpointNotExistFaultException
java.lang.Object
org.apache.locator.types.EndpointNotExistFaultException
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:40+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class EndpointNotExistFaultException- extends Object
Fault exception when no endpoint available.
Java class for EndpointNotExistFaultException complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EndpointNotExistFaultException">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="error" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
error
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:40+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String error
EndpointNotExistFaultException
public EndpointNotExistFaultException()
getError
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:40+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getError()
- Gets the value of the error property.
- Returns:
- possible object is
String
setError
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:40+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setError(String value)
- Sets the value of the error property.
- Parameters:
value - allowed object is
String
Apache CXF