Searched refs:ProblemAction (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DProblemAction.java36 @XmlRootElement(name="ProblemAction", namespace= W3CAddressingConstants.WSA_NAMESPACE_NAME)
37 public class ProblemAction { class
45 /** Creates a new instance of ProblemAction */
46 public ProblemAction() { method in class:ProblemAction
49 public ProblemAction(String action) { method in class:ProblemAction
53 public ProblemAction(String action, String soapAction) { method in class:ProblemAction
H A DWsaTubeHelperImpl.java47 jc = JAXBContext.newInstance(ProblemAction.class,
66 ProblemAction pa = new ProblemAction(action);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/v200408/
H A DProblemAction.java35 @XmlRootElement(name="ProblemAction", namespace= WSA_NAMESPACE_NAME)
36 public class ProblemAction { class
44 /** Creates a new instance of ProblemAction */
45 public ProblemAction() { method in class:ProblemAction
48 public ProblemAction(String action) { method in class:ProblemAction
52 public ProblemAction(String action, String soapAction) { method in class:ProblemAction
H A DWsaTubeHelperImpl.java48 jc = JAXBContext.newInstance(ProblemAction.class,
67 ProblemAction pa = new ProblemAction(action);

Completed in 60 milliseconds