org.apache.qpid.framing
Interface AMQShortStringTokenizer


public interface AMQShortStringTokenizer


Method Summary
 int countTokens()
           
 boolean hasMoreTokens()
           
 AMQShortString nextToken()
           
 

Method Detail

countTokens

int countTokens()

nextToken

AMQShortString nextToken()

hasMoreTokens

boolean hasMoreTokens()


Licensed to the Apache Software Foundation