org.apache.locator.types
Class LookupEndpointResponse
java.lang.Object
org.apache.locator.types.LookupEndpointResponse
public class LookupEndpointResponse
- extends java.lang.Object
Output message element for "lookupEndpoint" operation.
Java class for lookupEndpointResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="lookupEndpointResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="service_endpoint" 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 |
serviceEndpoint
protected EndpointReferenceType serviceEndpoint
LookupEndpointResponse
public LookupEndpointResponse()
getServiceEndpoint
public EndpointReferenceType getServiceEndpoint()
- Gets the value of the serviceEndpoint property.
- Returns:
- possible object is
EndpointReferenceType
setServiceEndpoint
public void setServiceEndpoint(EndpointReferenceType value)
- Sets the value of the serviceEndpoint property.
- Parameters:
value - allowed object is
EndpointReferenceType
Apache CXF