org.apache.cxf.factory_pattern
Class CreateResponse
java.lang.Object
org.apache.cxf.factory_pattern.CreateResponse
public class CreateResponse
- extends java.lang.Object
Java class for createResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="createResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://www.w3.org/2005/08/addressing}EndpointReferenceType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_return
protected EndpointReferenceType _return
CreateResponse
public CreateResponse()
getReturn
public EndpointReferenceType getReturn()
- Gets the value of the return property.
- Returns:
- possible object is
EndpointReferenceType
setReturn
public void setReturn(EndpointReferenceType value)
- Sets the value of the return property.
- Parameters:
value - allowed object is
EndpointReferenceType
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.