com.sun.xml.ws.wsdl
Class ActionBasedOperationSignature

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

public class ActionBasedOperationSignature
extends 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(String action, QName payloadQName)
           
 
Method Summary
 boolean equals(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
                                     String action,
                                     @NotNull
                                     QName payloadQName)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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