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

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

public class ProblemAction
extends java.lang.Object


Constructor Summary
ProblemAction()
          Creates a new instance of ProblemAction
ProblemAction(java.lang.String action)
           
ProblemAction(java.lang.String action, java.lang.String soapAction)
           
 
Method Summary
 java.lang.String getAction()
           
 java.lang.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(java.lang.String action)

ProblemAction

public ProblemAction(java.lang.String action,
                     java.lang.String soapAction)
Method Detail

getAction

public java.lang.String getAction()

getSoapAction

public java.lang.String getSoapAction()


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.