org.apache.locator.types
Class LookupEndpointResponse

java.lang.Object
  extended by 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>
 


Field Summary
protected  EndpointReferenceType serviceEndpoint
           
 
Constructor Summary
LookupEndpointResponse()
           
 
Method Summary
 EndpointReferenceType getServiceEndpoint()
          Gets the value of the serviceEndpoint property.
 void setServiceEndpoint(EndpointReferenceType value)
          Sets the value of the serviceEndpoint property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceEndpoint

protected EndpointReferenceType serviceEndpoint
Constructor Detail

LookupEndpointResponse

public LookupEndpointResponse()
Method Detail

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 is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.