Uses of Class
com.sun.xml.ws.api.message.Packet.State

Packages that use Packet.State
com.sun.xml.ws.api.message Message and related abstractions that represent a SOAP message. 
 

Uses of Packet.State in com.sun.xml.ws.api.message
 

Methods in com.sun.xml.ws.api.message that return Packet.State
 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.
 

Methods in com.sun.xml.ws.api.message with parameters of type Packet.State
 void Packet.setState(Packet.State state)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.