|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webify.wsf.engine.mediation.Endpoint
public abstract class Endpoint
Engine representation of a service endpoint; usually accessed through
EndpointSelection.getOneEndpoint(com.webify.wsf.engine.context.Context)
.
Field Summary | |
---|---|
static java.lang.String |
ACTIVE_STATUS
|
static java.lang.String |
DISABLED_STATUS
|
static java.lang.String |
INACTIVE_STATUS
|
Constructor Summary | |
---|---|
Endpoint()
|
Method Summary | |
---|---|
abstract boolean |
equals(java.lang.Object other)
Force sub-classes to override Object.equals(java.lang.Object) . |
abstract Address |
getAddress()
|
EndpointComputation |
getComputation()
Deprecated. use the computation from the selection object instead. The result from this operation is only correct in single-threaded execution of endpoint selector. |
abstract java.lang.String |
getId()
|
abstract java.util.List |
getInterfaceNames()
|
abstract javax.xml.namespace.QName |
getName()
|
abstract Policy |
getPropagatedPolicy()
|
abstract java.util.Collection |
getWarningMessages(long moment)
|
abstract int |
hashCode()
Force sub-classes to override Object.hashCode() . |
boolean |
isIndirect()
Determines whether this endpoint is indirect or not. |
protected void |
setComputation(EndpointComputation computation)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ACTIVE_STATUS
public static final java.lang.String INACTIVE_STATUS
public static final java.lang.String DISABLED_STATUS
Constructor Detail |
---|
public Endpoint()
Method Detail |
---|
public abstract java.lang.String getId()
public abstract javax.xml.namespace.QName getName()
id
.public abstract java.util.List getInterfaceNames()
public abstract Address getAddress()
public abstract java.util.Collection getWarningMessages(long moment)
public abstract Policy getPropagatedPolicy()
public EndpointComputation getComputation()
EndpointSelection#getComputation()}.
protected void setComputation(EndpointComputation computation)
public boolean isIndirect()
public abstract boolean equals(java.lang.Object other)
Object.equals(java.lang.Object)
.
equals
in class java.lang.Object
public abstract int hashCode()
Object.hashCode()
.
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |