org.apache.cxf.testutils.locator
Class RegisterPeerManager
java.lang.Object
org.apache.cxf.testutils.locator.RegisterPeerManager
public class RegisterPeerManager
- extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| 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
Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.