org.apache.locator.types
Class RegisterPeerManager

java.lang.Object
  extended by org.apache.locator.types.RegisterPeerManager

public class RegisterPeerManager
extends java.lang.Object

Input message element for "registerPeerManager" operation.

Java class for registerPeerManager element declaration.

The following schema fragment specifies the expected content contained within this class.

 <element name="registerPeerManager">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="peer_manager" type="{http://www.w3.org/2005/08/addressing}EndpointReferenceType"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


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

Field Detail

peerManager

protected EndpointReferenceType peerManager
Constructor Detail

RegisterPeerManager

public RegisterPeerManager()
Method Detail

getPeerManager

public EndpointReferenceType getPeerManager()
Gets the value of the peerManager property.

Returns:
possible object is EndpointReferenceType

setPeerManager

public void setPeerManager(EndpointReferenceType value)
Sets the value of the peerManager property.

Parameters:
value - allowed object is EndpointReferenceType


Apache CXF