Searched refs:getOutputAction (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DW3CAddressingMetadataWSDLGeneratorExtension.java64 output._attribute(WSAM_ACTION_QNAME, getOutputAction(method));
99 private static final String getOutputAction(JavaMethod method) { method in class:W3CAddressingMetadataWSDLGeneratorExtension
100 String outputaction = ((JavaMethodImpl)method).getOutputAction();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DWsaTubeHelper.java238 public String getOutputAction(Packet packet) { method in class:WsaTubeHelper
245 if (jm != null && jm.getOutputAction() != null && !jm.getOutputAction().equals("")) {
246 return jm.getOutputAction();
251 return getOutputAction(wbo);
257 String getOutputAction(@Nullable WSDLBoundOperation wbo) { method in class:WsaTubeHelper
H A DWsaClientTube.java94 String expected = helper.getOutputAction(packet);
H A DWsaServerTube.java237 helper.getOutputAction(wbo);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DJavaMethodImpl.java308 public String getOutputAction() { method in class:JavaMethodImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DPacket.java857 wsaHelper.getOutputAction(this);

Completed in 36 milliseconds