|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for the label bureau. This interface that the PICS protocol handler relies on to get the labels for any URL.
Field Summary | |
static int |
FMT_FULL
Tag for the full label format. |
static int |
FMT_MINIMAL
Tag for the minimal label format. |
static int |
FMT_SHORT
Tag for the short label format. |
static int |
FMT_SIGNED
Tag for the signed label format. |
Method Summary | |
java.lang.String |
getIdentifier()
Get this bureau identifier. |
LabelServiceInterface |
getLabelService(java.lang.String identifier)
Get a label service handler, given its identifier. |
Field Detail |
public static final int FMT_MINIMAL
public static final int FMT_SHORT
public static final int FMT_FULL
public static final int FMT_SIGNED
Method Detail |
public java.lang.String getIdentifier()
public LabelServiceInterface getLabelService(java.lang.String identifier)
identifier
- The service URL identifier.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |