Searched defs:handlerScopePropertyNames (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DPacket.java178 this.handlerScopePropertyNames = that.handlerScopePropertyNames;
615 private Set<String> handlerScopePropertyNames; field in class:Packet
650 Set<String> o = this.handlerScopePropertyNames;
655 this.handlerScopePropertyNames = o;

Completed in 30 milliseconds