|
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.multimedia_messaging.receive.ReceiveMessageClient
public class ReceiveMessageClient
Constructor Summary | |
---|---|
ReceiveMessageClient()
|
|
ReceiveMessageClient(String assertedId)
|
Method Summary | |
---|---|
javax.activation.DataHandler |
getAttachment()
Retrieve MIME attachment content from the last invocation of getMessage(). |
oracle.webservices.transport.ClientTransport |
getClientTransport()
returns the transport context |
String |
getEndpoint()
|
javax.xml.soap.MimeHeaders |
getHeaders()
Retrieve any headers that were received with this content. |
boolean |
getMaintainSession()
|
void |
getMessage(String messageRefIdentifier)
Implemented according to Parlay-X 2.1 specification section 8.2.3. |
org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageURI |
getMessageURIs(String messageRefIdentifier)
The behavior of this operation varies depending on whether the service endpoint is in the SIP domain or the general messaging domain. |
String |
getPassword()
|
oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessage |
getPort()
used to access the JAX-RPC level APIs returns the interface of the port instance |
org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference[] |
getReceivedMessages(String registrationIdentifier,
org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessagePriority priority)
The behavior of this operation varies depending on whether the service endpoint is in the SIP domain or the general messaging domain. |
String |
getUsername()
|
void |
setEndpoint(String endpoint)
|
void |
setMaintainSession(boolean maintainSession)
|
void |
setPassword(String password)
|
void |
setUsername(String username)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReceiveMessageClient() throws Exception
Exception
public ReceiveMessageClient(String assertedId) throws Exception
Exception
Method Detail |
---|
public javax.activation.DataHandler getAttachment()
public javax.xml.soap.MimeHeaders getHeaders()
public org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference[] getReceivedMessages(String registrationIdentifier, org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessagePriority priority) throws RemoteException, org.csapi.schema.parlayx.common.v2_1.PolicyException, org.csapi.schema.parlayx.common.v2_1.ServiceException
registrationIdentifier
- priority
-
RemoteException
org.csapi.schema.parlayx.common.v2_1.ServiceException
org.csapi.schema.parlayx.common.v2_1.PolicyException
public org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageURI getMessageURIs(String messageRefIdentifier) throws RemoteException, org.csapi.schema.parlayx.common.v2_1.ServiceException, org.csapi.schema.parlayx.common.v2_1.PolicyException
messageRefIdentifier
-
RemoteException
org.csapi.schema.parlayx.common.v2_1.PolicyException
org.csapi.schema.parlayx.common.v2_1.ServiceException
public void getMessage(String messageRefIdentifier) throws RemoteException, org.csapi.schema.parlayx.common.v2_1.PolicyException, org.csapi.schema.parlayx.common.v2_1.ServiceException
messageRefIdentifier
- Identifier received from notification.
RemoteException
org.csapi.schema.parlayx.common.v2_1.ServiceException
org.csapi.schema.parlayx.common.v2_1.PolicyException
public oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessage 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 |