Package | Description |
---|---|
com.sun.xml.ws.api.message |
Message and related abstractions that represent a SOAP message. |
Modifier and Type | Method and Description |
---|---|
Packet.State |
Packet.getState() |
static Packet.State |
Packet.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Packet.State[] |
Packet.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Packet.setState(Packet.State state) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.