|
Oracle Communications Converged Application Server Java API Reference 5.0 E18767-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.wcp.diameter.Message
com.bea.wcp.diameter.Request
com.bea.wcp.diameter.Peer.CER
public static class Peer.CER
| Field Summary |
|---|
| Fields inherited from class com.bea.wcp.diameter.Message |
|---|
FLAG_ERROR, FLAG_POTENTIALLY_RETRANSMITTED, FLAG_PROXIABLE, FLAG_REQUEST, FLAGS_MASK, HEADER_SIZE, VERSION |
| Constructor Summary | |
|---|---|
Peer.CER(java.nio.ByteBuffer bb, com.bea.wcp.diameter.transport.Connection c) |
|
Peer.CER(Node node) |
|
| Method Summary | |
|---|---|
Answer |
createAnswer(ResultCode rc)Creates an Answer message for this request. |
void |
validate()Validates the message by validating each message AVP. |
| Methods inherited from class com.bea.wcp.diameter.Request |
|---|
cancel, commit, createAnswer, getAnswer, getApplicationId, getDestinationHost, getDestinationPeers, getDestinationRealm, getNode, getSession, isAnswered, isCommitted, isThreadWaiting, preValidate, preValidateAvp, pushProxyInfo, send, send, sendAndWait, sendAndWait, sendError, setAnswer, setApplicationId, setDestinationHost, setDestinationRealm, setIsPotentiallyRetransmitted, setSession, unsetDestinationHost |
| Methods inherited from class com.bea.wcp.diameter.Message |
|---|
addAvp, addAvp, addAvp, appendXml, decode, decodeAvps, encode, encode, getAppId, getAvp, getAvp, getAvpList, getCode, getCode, getCommand, getConnection, getEffectiveSessionId, getEndToEndId, getHopByHopId, getLength, getOriginHost, getOriginRealm, getSessionId, getVersion, isAnswer, isError, isPotentiallyRetransmitted, isProxiable, isRequest, popProxyInfo, toLoggableString, toString, validateAvp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Peer.CER(java.nio.ByteBuffer bb,
com.bea.wcp.diameter.transport.Connection c)
public Peer.CER(Node node)
| Method Detail |
|---|
public void validate()
throws MessageException
Messagevalidate in class MessageMessageException - if the message was invalidpublic Answer createAnswer(ResultCode rc)
RequestcreateAnswer in class Requestrc - the ResultCode for the answer
|
Oracle Communications Converged Application Server Java API Reference 5.0 E18767-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||