public class HtmlResult extends Object
Constructor and Description |
---|
HtmlResult()
Constructs an empty HtmlResult object.
|
Modifier and Type | Method and Description |
---|---|
UrlIdentifier |
getClaimedId()
Gets the claimed identifier.
|
String |
getDelegate1() |
String |
getDelegate2() |
URL |
getOP1Endpoint() |
URL |
getOP2Endpoint() |
void |
setClaimed(UrlIdentifier claimed)
Sets the claimed identifier.
|
void |
setDelegate1(String delegate1) |
void |
setDelegate2(String delegate2) |
void |
setEndpoint1(String op1Endpoint) |
void |
setEndpoint2(String op2Endpoint) |
String |
toString() |
public void setClaimed(UrlIdentifier claimed)
public UrlIdentifier getClaimedId()
public void setEndpoint1(String op1Endpoint) throws DiscoveryException
DiscoveryException
public URL getOP1Endpoint()
public void setDelegate1(String delegate1)
public String getDelegate1()
public void setEndpoint2(String op2Endpoint) throws DiscoveryException
DiscoveryException
public URL getOP2Endpoint()
public void setDelegate2(String delegate2)
public String getDelegate2()
Copyright © 2013 Sxip. All Rights Reserved.