C F G P R S V W

C

checkForReply(String) - Method in class com.arch.wctp.WctpClientReceive
This method checks a ClientQueryResponse for a reply.
checkIfDelivered(String) - Method in class com.arch.wctp.WctpClientReceive
This method checks to see if a message has been delivered.
checkIfQueued(String) - Method in class com.arch.wctp.WctpClientReceive
This method checks to see if the message has been queued.
clientQuery(String, String, String) - Method in class com.arch.wctp.WctpClientOperations
Formats the WCTP packet for a Client Query
com.arch.wctp - package com.arch.wctp
 
convertAll(String) - Method in class com.arch.wctp.WctpFactory
replaces the '<' symbol with "<"
replaces the '>' symbol with ">"
replaces the '"' symbol with """
replaces the ' symbol with "'"
NOTE: This method does not replace & with &
If you wish to replace all entities with &, you can
simply call this method and then call:String convertApos(String)
For example, a message can not contain the < or the > character as
it will be mistaken as an XML processing instruction.
convertAmp(String) - Method in class com.arch.wctp.WctpFactory
Replaces the & symbol with "&"
convertApos(String) - Method in class com.arch.wctp.WctpFactory
Replaces the ' symbol with "'" For example, a paramater may not be able to contain the ' character as
it will be mistaken as an XML processing instruction.
convertCR(String) - Method in class com.arch.wctp.WctpFactory
Replaces carriage returns with " " NOTE: This method does not currently work with our gateway.
convertGreaterThan(String) - Method in class com.arch.wctp.WctpFactory
replaces the '>' symbol with ">" For example, a message can not contain the < or the > character as
it will be mistaken as an XML processing instruction.
convertLessThan(String) - Method in class com.arch.wctp.WctpFactory
replaces the '<' symbol with "<" For example, a message can not contain the < or the > character as
it will be mistaken as an XML processing instruction.
convertLF(String) - Method in class com.arch.wctp.WctpFactory
Replaces line feeds with " "
NOTE: This method does not currently work with our gateway.
convertQuote(String) - Method in class com.arch.wctp.WctpFactory
replaces the '"' symbol with """ For example, a paramater can not contain the " character as
it will be mistaken as an XML processing instruction.

F

failure(String, String, String) - Method in class com.arch.wctp.WctpEnterpriseOperations
Formats the WCTP packet for a Failure
findCode(int) - Method in class com.arch.wctp.WctpClientReceive
Version 1.1 Error and Success Code definitions

G

getResponseCode(String) - Method in class com.arch.wctp.WctpClientReceive
Extracts an error or success code from a WCTP packet
and gives an appropriate message
getTimestamp() - Method in class com.arch.wctp.WctpFactory
Get both date amd time and format it for a WCTP packet
getToken(String) - Method in class com.arch.wctp.WctpClientReceive
Get's a token from a WCTP packet.
getTrackingCode(String) - Method in class com.arch.wctp.WctpClientReceive
Extracts a tracking code from a XML document
and gives an appropriate response message.

P

pollForMessages(String, String, int) - Method in class com.arch.wctp.WctpEnterpriseOperations
Formats the WCTP packet for a Poll For Messages

R

readByteResponse(URLConnection) - Method in class com.arch.wctp.WctpFactory
Reads the response from the HTTP server
and prints the return message in bytes to
standard output.
Used to debug responses from WCTP servers.
readResponse(HttpURLConnection) - Method in class com.arch.wctp.WctpFactory
Reads the response from the HTTP server
and gives an appropriate message.

S

sendWctpPacket(URL, String) - Method in class com.arch.wctp.WctpFactory
Opens an HttpURLConnection and
sends the WCTP packet to the specified gateway
as text/xml.
sendWctpPacket(URL, String, String, int) - Method in class com.arch.wctp.WctpFactory
Opens an HttpURLConnection and
sends the WCTP packet to the specified gateway
as text/xml.
sendWctpPacket(URL, String, String, int, String, String) - Method in class com.arch.wctp.WctpFactory
Not yet implemented.
submitBinaryMessage(String, String, String, String) - Method in class com.arch.wctp.WctpClientOperations
Formats the WCTP packet for a Submit Client Message in Binary Format
submitMCRMessage(String, String, String, String, String[]) - Method in class com.arch.wctp.WctpClientOperations
Formats the WCTP packet for a Submit Client Message with MCR.
submitMCRMessage(String, String, String, String, String[], boolean) - Method in class com.arch.wctp.WctpClientOperations
Formats the WCTP packet for a Submit Client Message with MCR.
submitMCRMessage(String, String, String, String, String[], boolean, boolean) - Method in class com.arch.wctp.WctpClientOperations
Formats the WCTP packet for a Submit Client Message with MCR
submitMcrRequest(String, String, String, String, String[]) - Method in class com.arch.wctp.WctpEnterpriseOperations
Insert the method's description here.
submitMcrRequest(String, String, String, String, String[], String) - Method in class com.arch.wctp.WctpEnterpriseOperations
Formats the WCTP packet for a submitRequest
submitMessage(String, String, String, String) - Method in class com.arch.wctp.WctpClientOperations
Formats the WCTP packet for a Submit Client Message.
submitMessage(String, String, String, String, boolean) - Method in class com.arch.wctp.WctpClientOperations
Formats the WCTP packet for a Submit Client Message.
submitMessage(String, String, String, String, boolean, boolean) - Method in class com.arch.wctp.WctpClientOperations
Formats the WCTP packet for a Submit Client Message
submitRequest(String, String, String, String, String) - Method in class com.arch.wctp.WctpEnterpriseOperations
Formats the WCTP packet for a submitRequest
success(String, String, String) - Method in class com.arch.wctp.WctpEnterpriseOperations
Formats the WCTP packet for a Success

V

versionQuery(String) - Method in class com.arch.wctp.WctpEnterpriseOperations
This method formats a WCTP packet for a VersionQuery.
versionQuery(String) - Method in class com.arch.wctp.WctpClientOperations
This method formats a WCTP packet for a VersionQuery.
versionQuery(String, boolean) - Method in class com.arch.wctp.WctpEnterpriseOperations
This method formats a WCTP packet for a VersionQuery.
versionQuery(String, boolean) - Method in class com.arch.wctp.WctpClientOperations
This method formats a WCTP packet for a VersionQuery.

W

WctpClientOperations - class com.arch.wctp.WctpClientOperations.
WctpClientOperations
Contains functionality to format WCTP Client packets.
This is beta software that is still in development.
WctpClientOperations() - Constructor for class com.arch.wctp.WctpClientOperations
 
WctpClientReceive - class com.arch.wctp.WctpClientReceive.
WctpClientReceive
Contains functionality to work with responses recieved from a WCTP gateway.
This is beta software that is still in development.
WctpClientReceive() - Constructor for class com.arch.wctp.WctpClientReceive
 
WctpEnterpriseOperations - class com.arch.wctp.WctpEnterpriseOperations.
WctpEnterpriseOperations
Contains functionality to format WCTP Enterprise packets.
This is beta software that is still in development.
WctpEnterpriseOperations() - Constructor for class com.arch.wctp.WctpEnterpriseOperations
WctpEnterpriseOperations constructor comment.
WctpException - exception com.arch.wctp.WctpException.
Thrown when a generic WCTP error occurs

Copyright 2000-2001, Arch Wireless Holdings, Inc.
WctpException() - Constructor for class com.arch.wctp.WctpException
Constructs a WctpException with no message
WctpException(String) - Constructor for class com.arch.wctp.WctpException
Constructs a WctpException with the specified message
WctpFactory - class com.arch.wctp.WctpFactory.
WctpFactory
Contains general functionality to format and send WCTP packets.
This is beta software that is still in development.
WctpFactory() - Constructor for class com.arch.wctp.WctpFactory
 

C F G P R S V W