org.apache.chemistry.opencmis.client.bindings.spi.webservices.wss
Class WssMUTube

java.lang.Object
  extended by com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
      extended by com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
          extended by org.apache.chemistry.opencmis.client.bindings.spi.webservices.wss.WssMUTube
All Implemented Interfaces:
com.sun.xml.ws.api.pipe.Pipe, com.sun.xml.ws.api.pipe.Tube

public class WssMUTube
extends com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl


Field Summary
 
Fields inherited from class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
next
 
Constructor Summary
protected WssMUTube(com.sun.xml.ws.api.WSBinding binding, com.sun.xml.ws.api.pipe.Tube next)
           
protected WssMUTube(WssMUTube that, com.sun.xml.ws.api.pipe.TubeCloner cloner)
           
 
Method Summary
 WssMUTube copy(com.sun.xml.ws.api.pipe.TubeCloner cloner)
           
 com.sun.xml.ws.api.pipe.NextAction processResponse(com.sun.xml.ws.api.message.Packet response)
           
 
Methods inherited from class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
preDestroy, processException, processRequest
 
Methods inherited from class com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
copy, doInvoke, doInvokeAndForget, doReturnWith, doSuspend, doSuspend, doThrow, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WssMUTube

protected WssMUTube(com.sun.xml.ws.api.WSBinding binding,
                    com.sun.xml.ws.api.pipe.Tube next)

WssMUTube

protected WssMUTube(WssMUTube that,
                    com.sun.xml.ws.api.pipe.TubeCloner cloner)
Method Detail

copy

public WssMUTube copy(com.sun.xml.ws.api.pipe.TubeCloner cloner)
Specified by:
copy in interface com.sun.xml.ws.api.pipe.Tube
Overrides:
copy in class com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl

processResponse

@NotNull
public com.sun.xml.ws.api.pipe.NextAction processResponse(com.sun.xml.ws.api.message.Packet response)
Specified by:
processResponse in interface com.sun.xml.ws.api.pipe.Tube
Overrides:
processResponse in class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.