|
Oracle Communication and Mobility Server Java API Reference E14335-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.sdp.parlayx.presence.notification.PresenceNotificationClient
public class PresenceNotificationClient
Constructor Summary | |
---|---|
PresenceNotificationClient()
|
|
PresenceNotificationClient(String assertedId)
This is the only method inserted into the automatic generated code. |
Method Summary | |
---|---|
oracle.webservices.transport.ClientTransport |
getClientTransport()
returns the transport context |
String |
getEndpoint()
|
boolean |
getMaintainSession()
|
String |
getPassword()
|
oracle.sdp.parlayx.presence.notification.PresenceNotification |
getPort()
used to access the JAX-RPC level APIs returns the interface of the port instance |
String |
getUsername()
|
static void |
main(String[] args)
|
void |
notifySubscription(URI presentity,
org.csapi.schema.parlayx.presence.v2_3.PresencePermission[] decisions)
|
void |
setEndpoint(String endpoint)
|
void |
setMaintainSession(boolean maintainSession)
|
void |
setPassword(String password)
|
void |
setUsername(String username)
|
void |
statusChanged(String correlator,
URI presentity,
org.csapi.schema.parlayx.presence.v2_3.PresenceAttribute[] changedAttributes)
delegate all operations to the underlying implementation class. |
void |
statusEnd(String correlator)
|
void |
subscriptionEnded(URI presentity,
String reason)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PresenceNotificationClient() throws Exception
Exception
public PresenceNotificationClient(String assertedId) throws Exception
assertedId
- The asserted identity to be used to identify the user.
Exception
Method Detail |
---|
public static void main(String[] args)
args
- public void statusChanged(String correlator, URI presentity, org.csapi.schema.parlayx.presence.v2_3.PresenceAttribute[] changedAttributes) throws RemoteException
RemoteException
public void statusEnd(String correlator) throws RemoteException
RemoteException
public void notifySubscription(URI presentity, org.csapi.schema.parlayx.presence.v2_3.PresencePermission[] decisions) throws RemoteException
RemoteException
public void subscriptionEnded(URI presentity, String reason) throws RemoteException
RemoteException
public oracle.sdp.parlayx.presence.notification.PresenceNotification getPort()
public String getEndpoint()
public void setEndpoint(String endpoint)
public String getPassword()
public void setPassword(String password)
public String getUsername()
public void setUsername(String username)
public void setMaintainSession(boolean maintainSession)
public boolean getMaintainSession()
public oracle.webservices.transport.ClientTransport getClientTransport()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |