Searched defs:copy (Results 76 - 100 of 205) sorted by relevance

123456789

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/v200408/
H A DMemberSubmissionWsaClientTube.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
55 public MemberSubmissionWsaClientTube copy(TubeCloner cloner) { method in class:MemberSubmissionWsaClientTube
H A DMemberSubmissionWsaServerTube.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
57 public MemberSubmissionWsaServerTube copy(TubeCloner cloner) { method in class:MemberSubmissionWsaServerTube
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/helper/
H A DAbstractTubeImpl.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
108 public final AbstractTubeImpl copy(PipeCloner cloner) { method in class:AbstractTubeImpl
109 return copy((TubeCloner)cloner);
112 public abstract AbstractTubeImpl copy(TubeCloner cloner); method in class:AbstractTubeImpl
H A DPipeAdapter.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
70 this.t = cloner.copy(that.t);
77 public Pipe copy(PipeCloner cloner) {
96 this.next = ((PipeCloner)cloner).copy(that.next);
120 public PipeAdapter copy(TubeCloner cloner) { method in class:PipeAdapter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DClientSchemaValidationTube.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
107 public AbstractTubeImpl copy(TubeCloner cloner) { method in class:ClientSchemaValidationTube
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DMimeCodec.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
190 public abstract MimeCodec copy(); method in class:MimeCodec
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/xml/
H A DXMLCodec.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
84 public Codec copy() { method in class:XMLCodec
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DClientLogicalHandlerTube.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
76 * Copy constructor for {@link com.sun.xml.internal.ws.api.pipe.Tube#copy(com.sun.xml.internal.ws.api.pipe.TubeCloner)}.
92 public AbstractFilterTubeImpl copy(TubeCloner cloner) { method in class:ClientLogicalHandlerTube
H A DClientMessageHandlerTube.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
67 * Copy constructor for {@link com.sun.xml.internal.ws.api.pipe.Tube#copy(com.sun.xml.internal.ws.api.pipe.TubeCloner)}.
75 public AbstractFilterTubeImpl copy(TubeCloner cloner) { method in class:ClientMessageHandlerTube
95 //Lets copy all the MessageContext.OUTBOUND_ATTACHMENT_PROPERTY to the message
H A DClientSOAPHandlerTube.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
82 * Copy constructor for {@link com.sun.xml.internal.ws.api.pipe.Tube#copy(com.sun.xml.internal.ws.api.pipe.TubeCloner)}.
89 public AbstractFilterTubeImpl copy(TubeCloner cloner) { method in class:ClientSOAPHandlerTube
115 //Lets copy all the MessageContext.OUTBOUND_ATTACHMENT_PROPERTY to the message
H A DServerLogicalHandlerTube.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
82 * Copy constructor for {@link com.sun.xml.internal.ws.api.pipe.Tube#copy(com.sun.xml.internal.ws.api.pipe.TubeCloner)}.
103 public AbstractFilterTubeImpl copy(TubeCloner cloner) { method in class:ServerLogicalHandlerTube
148 //Lets copy all the MessageContext.OUTBOUND_ATTACHMENT_PROPERTY to the message
H A DServerMessageHandlerTube.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
63 * Copy constructor for {@link com.sun.xml.internal.ws.api.pipe.Tube#copy(com.sun.xml.internal.ws.api.pipe.TubeCloner)}.
85 //Lets copy all the MessageContext.OUTBOUND_ATTACHMENT_PROPERTY to the message
147 public AbstractFilterTubeImpl copy(TubeCloner cloner) { method in class:ServerMessageHandlerTube
H A DServerSOAPHandlerTube.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
84 * Copy constructor for {@link com.sun.xml.internal.ws.api.pipe.Tube#copy(com.sun.xml.internal.ws.api.pipe.TubeCloner)}.
94 public AbstractFilterTubeImpl copy(TubeCloner cloner) { method in class:ServerSOAPHandlerTube
138 //Lets copy all the MessageContext.OUTBOUND_ATTACHMENT_PROPERTY to the message
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/
H A DDOMMessage.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
76 * This constructor is a convenience and called by the {@link #copy}
80 this.headers = HeaderList.copy(that.headers);
151 public Message copy() { method in class:DOMMessage
H A DEmptyMessageImpl.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
118 public Message copy() { method in class:EmptyMessageImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DServerSchemaValidationTube.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
149 public AbstractTubeImpl copy(TubeCloner cloner) { method in class:ServerSchemaValidationTube
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/
H A DDeferredTransportPipe.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
84 this.transport = cloner.copy(that.transport);
114 context.getCodec().copy(),
138 public DeferredTransportPipe copy(TubeCloner cloner) { method in class:DeferredTransportPipe
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/pipe/
H A DDumpTube.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
110 packet.getMessage().copy().writeTo(writer);
141 public AbstractTubeImpl copy(TubeCloner cloner) { method in class:DumpTube
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DDocFinder.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
120 public Input copy() { method in class:DocFinder.Input
199 Input inheritedSearchInput = input.copy();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DByteBuffer.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
63 private void copy(int size) { method in class:ByteBuffer
72 if (length >= elems.length) copy(elems.length * 2);
80 while (length + len > elems.length) copy(elems.length * 2);
94 while (length + 1 >= elems.length) copy(elems.length * 2);
103 while (length + 3 >= elems.length) copy(elems.length * 2);
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DAttribute.java280 * Use copy() if you want to have a deep copy(), i.e., with all references
283 * @return shallow copy of this attribute
298 * @return deep copy of this attribute
300 public abstract Attribute copy(ConstantPool constant_pool); method in class:Attribute
H A DCodeException.java223 * @return deep copy of this object
225 public CodeException copy() { method in class:CodeException
H A DConstantPool.java357 * @return deep copy of this constant pool
359 public ConstantPool copy() { method in class:ConstantPool
370 c.constant_pool[i] = constant_pool[i].copy();
H A DLocalVariable.java86 * references (shallow copy). Use copy() for a physical copy.
253 * @return deep copy of this object
255 public LocalVariable copy() { method in class:LocalVariable
H A DLocalVariableTypeTable.java12 * the License. You may obtain a copy of the License at
131 * @return deep copy of this attribute
134 public Attribute copy(ConstantPool constant_pool) { method in class:LocalVariableTypeTable
139 c.local_variable_type_table[i] = local_variable_type_table[i].copy();

Completed in 102 milliseconds

123456789