com.sun.xml.ws.addressing.v200408
Class ProblemAction

java.lang.Object
  extended by com.sun.xml.ws.addressing.v200408.ProblemAction

public class ProblemAction
extends Object


Constructor Summary
ProblemAction()
          Creates a new instance of ProblemAction
ProblemAction(String action)
           
ProblemAction(String action, String soapAction)
           
 
Method Summary
 String getAction()
           
 String getSoapAction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProblemAction

public ProblemAction()
Creates a new instance of ProblemAction


ProblemAction

public ProblemAction(String action)

ProblemAction

public ProblemAction(String action,
                     String soapAction)
Method Detail

getAction

public String getAction()

getSoapAction

public String getSoapAction()