Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.transfer
Class TransferPutResponse

java.lang.Object
  extended by oracle.webservices.addressing.AddressingMessage
      extended by oracle.webservices.transfer.TransferMessage
          extended by oracle.webservices.transfer.TransferPutResponse


public class TransferPutResponse
extends TransferMessage

This class is to help create/parse a SOAP envelope containing a PutResponse.

This Action element MUST contain the value http://schemas.xmlsoap.org/ws/2004/09/transfer/PutResponse. A service MUST return the current representation of the resource as the initial child of the s:Body element if the updated representation differs from the representation sent in the Put request message. All other children SHOULD be ignored. As an optimization and as a service to the requester, the s:Body element of the response message SHOULD be empty if the updated representation does not differ from the representation sent in the Put request message


Field Summary
static String PUT_RESPONSE_ACTION_URI
           

 

Fields inherited from class oracle.webservices.addressing.AddressingMessage
ACTION_NOT_SUPPORTED_SUBCODE, DESTINATION_UNREACHABLE_SUBCODE, ENDPOINT_UNAVAILABLE_SUBCODE, INVALID_MESSAGE_INFORMATION_HEADER_SUBCODE, MESSAGE_INFORMATION_HEADER_REQUIRED_SUBCODE

 

Constructor Summary
TransferPutResponse()
          The constructor for creating a PutResponse
TransferPutResponse(SOAPMessage msg)
          The constructor for parsing a PutResponse
TransferPutResponse(String addressingNamespace)
           
TransferPutResponse(String addressingNamespace, boolean usingSOAP12)
           

 

Method Summary
 void setAction(String action)
          Overwrite setAction() so that actoin is always PUT_RESPONSE_ACTION_URI

 

Methods inherited from class oracle.webservices.addressing.AddressingMessage
addRelatesTo, addRelatesTo, addRelatesTo, addRelatesTo, getAction, getAddressingNamespace, getFaultTo, getFrom, getMessageID, getRelatesTo, getReplyTo, getSOAPMessage, getTo, send, send, setFaultTo, setFaultTo, setFrom, setFrom, setMessageID, setReplyTo, setReplyTo, setSOAPVersion, setTo, setTo

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

PUT_RESPONSE_ACTION_URI

public static final String PUT_RESPONSE_ACTION_URI
See Also:
Constant Field Values

Constructor Detail

TransferPutResponse

public TransferPutResponse()
                    throws SOAPException,
                           URISyntaxException
The constructor for creating a PutResponse
Throws:
SOAPException
URISyntaxException

TransferPutResponse

public TransferPutResponse(String addressingNamespace)
                    throws SOAPException,
                           URISyntaxException
Throws:
SOAPException
URISyntaxException

TransferPutResponse

public TransferPutResponse(String addressingNamespace,
                           boolean usingSOAP12)
                    throws SOAPException,
                           URISyntaxException
Throws:
SOAPException
URISyntaxException

TransferPutResponse

public TransferPutResponse(SOAPMessage msg)
                    throws SOAPException
The constructor for parsing a PutResponse
Parameters:
msg -
Throws:
SOAPException

Method Detail

setAction

public final void setAction(String action)
                     throws URISyntaxException
Overwrite setAction() so that actoin is always PUT_RESPONSE_ACTION_URI
Overrides:
setAction in class AddressingMessage
Throws:
URISyntaxException

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.