# File lib/soap/streamHandler.rb, line 61 def self.create_media_type(charset) "#{ MediaType }; charset=#{ charset }" end
# File lib/soap/streamHandler.rb, line 71 def reset(url = nil) # for initializing connection status if needed. # return value is not expected. end
# File lib/soap/streamHandler.rb, line 65 def send(url, conn_data, soapaction = nil, charset = nil) # send a ConnectionData to specified url. # return value is a ConnectionData with receive_* property filled. # You can fill values of given conn_data and return it. end
Generated with the Darkfish Rdoc Generator 2.