org.apache.locator.types
Class RegisterPeerManager
java.lang.Object
org.apache.locator.types.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>
|
Field Summary |
protected javax.xml.ws.wsaddressing.W3CEndpointReference |
peerManager
|
|
Method Summary |
javax.xml.ws.wsaddressing.W3CEndpointReference |
getPeerManager()
Gets the value of the peerManager property. |
void |
setPeerManager(javax.xml.ws.wsaddressing.W3CEndpointReference 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 |
peerManager
protected javax.xml.ws.wsaddressing.W3CEndpointReference peerManager
RegisterPeerManager
public RegisterPeerManager()
getPeerManager
public javax.xml.ws.wsaddressing.W3CEndpointReference getPeerManager()
- Gets the value of the peerManager property.
- Returns:
- possible object is
W3CEndpointReference
setPeerManager
public void setPeerManager(javax.xml.ws.wsaddressing.W3CEndpointReference value)
- Sets the value of the peerManager property.
- Parameters:
value - allowed object is
W3CEndpointReference
Apache CXF