|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.encoding.ParameterList
final class ParameterList
This class holds MIME parameters (attribute-value pairs).
| Constructor Summary | |
|---|---|
ParameterList(String s)
Constructor that takes a parameter-list string. |
|
| Method Summary | |
|---|---|
(package private) String |
get(String name)
Returns the value of the specified parameter. |
(package private) Iterator<String> |
getNames()
Return an enumeration of the names of all parameters in this list. |
(package private) int |
size()
Return the number of parameters in this list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
ParameterList(String s)
s - the parameter-list string.
WebServiceException - if the parse fails.| Method Detail |
|---|
int size()
String get(String name)
name - parameter name.
null if the parameter is not
present.Iterator<String> getNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||