|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pkrete.jsip2.messages.SIP2ResponseFactory
public class SIP2ResponseFactory
This class generates SIP2MessageResponse objects based on the data received from the ILS SIP server. This class implements the Singleton design pattern, which means that only one instance is created at run time.
| Method Summary | |
|---|---|
SIP2MessageResponse |
create(String data)
Creates a new SIP2MessageResponse object based on the given data. |
static SIP2ResponseFactory |
getInstance()
Returns a reference to the singleton object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SIP2ResponseFactory getInstance()
public SIP2MessageResponse create(String data)
throws InvalidSIP2ResponseException,
InvalidSIP2ResponseValueException
data - message response data
InvalidSIP2ResponseException
InvalidSIP2ResponseValueException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||