com.sun.xml.ws.wsdl
Class ActionBasedOperationSignature

java.lang.Object
  extended by com.sun.xml.ws.wsdl.ActionBasedOperationSignature

public class ActionBasedOperationSignature
extends java.lang.Object

This class models the Operation Signature as defined by WS-I BP ( 1.2 or 2.0) to use wsa:Action and payload QName to identify the corresponding wsdl operation from a request SOAP Message.


Constructor Summary
ActionBasedOperationSignature(java.lang.String action, javax.xml.namespace.QName payloadQName)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionBasedOperationSignature

public ActionBasedOperationSignature(@NotNull
                                     java.lang.String action,
                                     @NotNull
                                     javax.xml.namespace.QName payloadQName)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


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