|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--solar.service.transport.AddressFactory
Address factory that parses different format of addresses.
Constructor Summary | |
AddressFactory()
|
Method Summary | |
static Address |
parseAddress(byte[] bytes)
Parse an address from a byte array. |
static Address |
parseAddress(byte[] bytes,
int offset,
int len)
Parse an address from a byte array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AddressFactory()
Method Detail |
public static Address parseAddress(byte[] bytes) throws ParsingException
ParsingException
public static Address parseAddress(byte[] bytes, int offset, int len) throws ParsingException
ParsingException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |