Uses of Class
com.sun.xml.ws.security.soap12.Subcode

Packages that use Subcode
com.sun.xml.ws.security.soap12   
 

Uses of Subcode in com.sun.xml.ws.security.soap12
 

Fields in com.sun.xml.ws.security.soap12 declared as Subcode
protected  Subcode Faultcode.subcode
           
protected  Subcode Subcode.subcode
           
 

Methods in com.sun.xml.ws.security.soap12 that return Subcode
 Subcode ObjectFactory.createSubcode()
          Create an instance of Subcode
 Subcode Faultcode.getSubcode()
          Gets the value of the subcode property.
 Subcode Subcode.getSubcode()
          Gets the value of the subcode property.
 

Methods in com.sun.xml.ws.security.soap12 with parameters of type Subcode
 void Faultcode.setSubcode(Subcode value)
          Sets the value of the subcode property.
 void Subcode.setSubcode(Subcode value)
          Sets the value of the subcode property.
 



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