org.apache.locator.types
Class RegisterPeerManager
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
peerManager
protected EndpointReferenceType peerManager
RegisterPeerManager
public RegisterPeerManager()
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